Carl Meyer added the comment:

FWIW, this bug has bitten Django; see 
https://code.djangoproject.com/ticket/25246

We can easily work around it for future versions, but we have code in released 
versions that assumed that `__path__` wouldn't contain dupes; it causes us to 
raise an error in a situation that shouldn't be an error (because we need a 
Django "app" module to have exactly one filesystem location).

----------
nosy: +carljm

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19469>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to