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
Date 2016-05-16.15:43:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463413415.02.0.145090656269.issue27038@psf.upfronthosting.co.za>
In-reply-to
Content
The docs claim that os.DirEntry exists (https://docs.python.org/3/library/os.html#os.DirEntry) but it actually does not (it is internal to the posix module). Should probably actually make os.DirEntry exist (but continue to not document the constructor).
History
Date User Action Args
2016-05-16 15:43:35brett.cannonsetrecipients: + brett.cannon
2016-05-16 15:43:35brett.cannonsetmessageid: <1463413415.02.0.145090656269.issue27038@psf.upfronthosting.co.za>
2016-05-16 15:43:34brett.cannonlinkissue27038 messages
2016-05-16 15:43:34brett.cannoncreate