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.

作者 terry.reedy
收信人 Arfrever, belopolsky, draghuram, eric.araujo, georg.brandl, ggenellina, giampaolo.rodola, ijmorlan, terry.reedy, ysj.ray, zooko
日期 2010-12-02.17:32:00
SpamBayes Score 0.0049821665
Marked as misclassified
Message-id <1291311122.54.0.562200474989.issue9299@psf.upfronthosting.co.za>
In-reply-to
内容
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.
历史
日期 用户 动作 参数
2010-12-02 17:32:02terry.reedy修改recipients: + terry.reedy, georg.brandl, zooko, belopolsky, ggenellina, draghuram, giampaolo.rodola, ijmorlan, eric.araujo, Arfrever, ysj.ray
2010-12-02 17:32:02terry.reedy修改messageid: <1291311122.54.0.562200474989.issue9299@psf.upfronthosting.co.za>
2010-12-02 17:32:00terry.reedy链接issue9299 messages
2010-12-02 17:32:00terry.reedy创建