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 plakhotich, r.david.murray
Date 2015-11-08.17:37:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1447004262.91.0.908724680381.issue25583@psf.upfronthosting.co.za>
In-reply-to
Content
If you are trying to create a directory named '.' your code will not do anything useful, you might as well skip the call.  What's the use case?

That said, the fix looks reasonable.
History
Date User Action Args
2015-11-08 17:37:42r.david.murraysetrecipients: + r.david.murray, plakhotich
2015-11-08 17:37:42r.david.murraysetmessageid: <1447004262.91.0.908724680381.issue25583@psf.upfronthosting.co.za>
2015-11-08 17:37:42r.david.murraylinkissue25583 messages
2015-11-08 17:37:42r.david.murraycreate