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 Arfrever, Axel.Wegen, Laurent.Mazuel, belopolsky, d0ugal, docs@python, draghuram, eric.araujo, georg.brandl, ggenellina, giampaolo.rodola, hynek, ijmorlan, jokoala, r.david.murray, terry.reedy, ysj.ray, zooko
Date 2012-08-18.16:14:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345306442.74.0.115393838785.issue13498@psf.upfronthosting.co.za>
In-reply-to
Content
This is much better.  But let me try tuning the problem paragraph a bit, since I'm a native English speaker:

   If *exists_ok* is ``False`` (the default), an :exc:`OSError` is raised if
   the target directory already exists.  If *exists_ok* is ``True`` an
   :exc:`OSError` is still raised if the umask-masked *mode* is different from
   the existing mode, on systems where the mode is used.  :exc:`OSError` will
   also be raised if the directory creation fails.
History
Date User Action Args
2012-08-18 16:14:02r.david.murraysetrecipients: + r.david.murray, georg.brandl, terry.reedy, zooko, belopolsky, ggenellina, draghuram, giampaolo.rodola, ijmorlan, eric.araujo, Arfrever, ysj.ray, docs@python, Laurent.Mazuel, hynek, jokoala, Axel.Wegen, d0ugal
2012-08-18 16:14:02r.david.murraysetmessageid: <1345306442.74.0.115393838785.issue13498@psf.upfronthosting.co.za>
2012-08-18 16:14:02r.david.murraylinkissue13498 messages
2012-08-18 16:14:02r.david.murraycreate