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 brett.cannon
Recipients brett.cannon, eryksun, josh.r, r.david.murray, stephan
Date 2016-10-31.16:45:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477932303.99.0.441013652539.issue28530@psf.upfronthosting.co.za>
In-reply-to
Content
As mentioned, this issue is fixed in Python 3.6 by exposing os.DirEntry which is just a direct import of what is in the posix module (which is the same thing as the nt module; name changes depending on the OS so just ignore the posix/nt part of all of this). And we can't backport the addition to the os module as that would break backwards-compatibility in a bug fix release. So I'm closing this as out of date.
History
Date User Action Args
2016-10-31 16:45:04brett.cannonsetrecipients: + brett.cannon, r.david.murray, eryksun, josh.r, stephan
2016-10-31 16:45:03brett.cannonsetmessageid: <1477932303.99.0.441013652539.issue28530@psf.upfronthosting.co.za>
2016-10-31 16:45:03brett.cannonlinkissue28530 messages
2016-10-31 16:45:03brett.cannoncreate