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 ysj.ray
Recipients Arfrever, draghuram, eric.araujo, ggenellina, giampaolo.rodola, gvanrossum, ijmorlan, terry.reedy, ysj.ray, zooko
Date 2010-07-22.05:34:35
SpamBayes Score 0.12578392
Marked as misclassified No
Message-id <1279776879.72.0.629789930614.issue9299@psf.upfronthosting.co.za>
In-reply-to
Content
Agree! Sure, the functions in os are mainly to simulate the system call but not the system command. This seems like a good suggestion.

So here is the new patch which leave posixmodule.c alone and just wrappers os.mkdir() with try...except... in os.makedirs().
History
Date User Action Args
2010-07-22 05:34:40ysj.raysetrecipients: + ysj.ray, gvanrossum, terry.reedy, zooko, ggenellina, draghuram, giampaolo.rodola, ijmorlan, eric.araujo, Arfrever
2010-07-22 05:34:39ysj.raysetmessageid: <1279776879.72.0.629789930614.issue9299@psf.upfronthosting.co.za>
2010-07-22 05:34:38ysj.raylinkissue9299 messages
2010-07-22 05:34:37ysj.raycreate