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 terry.reedy
Recipients Arfrever, draghuram, eric.araujo, ggenellina, giampaolo.rodola, ijmorlan, terry.reedy, ysj.ray, zooko
Date 2010-07-27.15:48:02
SpamBayes Score 0.019648917
Marked as misclassified No
Message-id <1280245684.75.0.896503091061.issue9299@psf.upfronthosting.co.za>
In-reply-to
Content
If I understand, this makes the change minimal: exist_ok means that if *name* already exists as a directory with the specified permissions, then do not raise an error. OK with me. Make sure doc and doc string say something like that.
History
Date User Action Args
2010-07-27 15:48:05terry.reedysetrecipients: + terry.reedy, zooko, ggenellina, draghuram, giampaolo.rodola, ijmorlan, eric.araujo, Arfrever, ysj.ray
2010-07-27 15:48:04terry.reedysetmessageid: <1280245684.75.0.896503091061.issue9299@psf.upfronthosting.co.za>
2010-07-27 15:48:02terry.reedylinkissue9299 messages
2010-07-27 15:48:02terry.reedycreate