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 josh.r
Recipients eryksun, josh.r, r.david.murray, stephan
Date 2016-10-26.02:34:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1477449240.43.0.0483557379599.issue28530@psf.upfronthosting.co.za>
In-reply-to
Content
Eryk: With the fixes for issue25994 and issue26603, you'd want to use a with statement for the scandir; the use pattern in that example is guaranteed to cause a ResourceWarning on any directory with more than one entry.
History
Date User Action Args
2016-10-26 02:34:00josh.rsetrecipients: + josh.r, r.david.murray, eryksun, stephan
2016-10-26 02:34:00josh.rsetmessageid: <1477449240.43.0.0483557379599.issue28530@psf.upfronthosting.co.za>
2016-10-26 02:34:00josh.rlinkissue28530 messages
2016-10-26 02:34:00josh.rcreate