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, belopolsky, draghuram, eric.araujo, georg.brandl, ggenellina, giampaolo.rodola, ijmorlan, terry.reedy, ysj.ray, zooko
Date 2010-12-02.17:32:00
SpamBayes Score 0.0049821665
Marked as misclassified No
Message-id <1291311122.54.0.562200474989.issue9299@psf.upfronthosting.co.za>
In-reply-to
Content
Georg Brandl patched the doc changes in r86931.
Ray, for future reference, you might take a look, particularly 

-.. function:: makedirs(path[, mode][, exist_ok=False])
+.. function:: makedirs(path, mode=0o777, exist_ok=False)

In 3.x, (as opposed to 2.x), the style for params with default args is to give the default if possible, *without* [] now, so the signature in the doc looks as in a def statement. I, of course, missed this.
History
Date User Action Args
2010-12-02 17:32:02terry.reedysetrecipients: + terry.reedy, georg.brandl, zooko, belopolsky, ggenellina, draghuram, giampaolo.rodola, ijmorlan, eric.araujo, Arfrever, ysj.ray
2010-12-02 17:32:02terry.reedysetmessageid: <1291311122.54.0.562200474989.issue9299@psf.upfronthosting.co.za>
2010-12-02 17:32:00terry.reedylinkissue9299 messages
2010-12-02 17:32:00terry.reedycreate