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 r.david.murray
Recipients Chris Caron, paul.moore, r.david.murray, steve.dower, tim.golden, zach.ware
Date 2017-10-11.13:37:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507729056.41.0.213398074469.issue31741@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, so backports is a package on pypi.  You should report this problem wherever they do their bug tracking.  It is *possible* there is some problem in 2.7 on windows, but it is much more likely to be a bug in backports on windows.  In sort, python does not do *anything* special with a directory named backports; whatever is happening is a consequence of how that package (or one of the packages you have installed that installs into backports) interacts with the generic python import machinery.

Perhaps Paul will see something of interest here, though.
History
Date User Action Args
2017-10-11 13:37:36r.david.murraysetrecipients: + r.david.murray, paul.moore, tim.golden, zach.ware, steve.dower, Chris Caron
2017-10-11 13:37:36r.david.murraysetmessageid: <1507729056.41.0.213398074469.issue31741@psf.upfronthosting.co.za>
2017-10-11 13:37:36r.david.murraylinkissue31741 messages
2017-10-11 13:37:36r.david.murraycreate