This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author carljm
Recipients BreamoreBoy, brett.cannon, carljm, eric.smith, eric.snow
Date 2015-08-21.18:29:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1440181784.54.0.204668004267.issue19469@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2015-08-21 18:29:44carljmsetrecipients: + carljm, brett.cannon, eric.smith, BreamoreBoy, eric.snow
2015-08-21 18:29:44carljmsetmessageid: <1440181784.54.0.204668004267.issue19469@psf.upfronthosting.co.za>
2015-08-21 18:29:44carljmlinkissue19469 messages
2015-08-21 18:29:42carljmcreate