tickets: 8193
This data as json
id | created | changetime | last_pulled_from_trac | stage | status | component | type | severity | version | resolution | summary | description | owner | reporter | keywords | easy | has_patch | needs_better_patch | needs_tests | needs_docs | ui_ux |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8193 | 2008-08-09 19:11:08 | 2011-09-28 16:12:21 | 2022-03-06 03:41:36.700006 | Accepted | closed | Uncategorized | dev | fixed | `__import__(mod, {}, {}, [''])` causes double import of modules ('module' and 'module' + '.') | As discussed at http://groups.google.com/group/django-developers/browse_thread/thread/d27261561bc36d96 and http://bugs.python.org/issue2090, dynamically loaded modules with `fromlist=['']` are initialized twice (as `'module'` and `'module.'`). | jacob | i_i | import | 0 | 1 | 0 | 0 | 0 | 0 |