消息 [123083]
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:02 | terry.reedy | 修改 | recipients:
+ terry.reedy, georg.brandl, zooko, belopolsky, ggenellina, draghuram, giampaolo.rodola, ijmorlan, eric.araujo, Arfrever, ysj.ray |
| 2010-12-02 17:32:02 | terry.reedy | 修改 | messageid: <1291311122.54.0.562200474989.issue9299@psf.upfronthosting.co.za> |
| 2010-12-02 17:32:00 | terry.reedy | 链接 | issue9299 messages |
| 2010-12-02 17:32:00 | terry.reedy | 创建 | |
|