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 benhoyt, brett.cannon, moloney, python-dev, vstinner
Date 2016-08-13.00:35:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471048514.05.0.0567355124394.issue27038@psf.upfronthosting.co.za>
In-reply-to
Content
Exposing a class method to construct one is no different than exposing the constructor, so it's still not desired to have. What is the specific need you have for creating a DirEntry instance on its own?
History
Date User Action Args
2016-08-13 00:35:14brett.cannonsetrecipients: + brett.cannon, vstinner, benhoyt, python-dev, moloney
2016-08-13 00:35:14brett.cannonsetmessageid: <1471048514.05.0.0567355124394.issue27038@psf.upfronthosting.co.za>
2016-08-13 00:35:13brett.cannonlinkissue27038 messages
2016-08-13 00:35:13brett.cannoncreate