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 Daniel Lepage
Recipients Daniel Lepage
Date 2015-12-05.14:39:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449326397.89.0.438503749125.issue25803@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like this is an OSX-specific behavior, and not a python problem:
 $ mkdir .
mkdir: .: File exists
 $ mkdir /
mkdir: /: Is a directory
History
Date User Action Args
2015-12-05 14:39:57Daniel Lepagesetrecipients: + Daniel Lepage
2015-12-05 14:39:57Daniel Lepagesetmessageid: <1449326397.89.0.438503749125.issue25803@psf.upfronthosting.co.za>
2015-12-05 14:39:57Daniel Lepagelinkissue25803 messages
2015-12-05 14:39:57Daniel Lepagecreate