Message102713
| Author | pitrou |
|---|---|
| Recipients | georg.brandl, l0nwlf, loewis, pitrou, twhitema |
| Date | 2010-04-09.12:34:16 |
| SpamBayes Score | 5.514096e-06 |
| Marked as misclassified | No |
| Message-id | <1270816458.9.0.923243737085.issue8350@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The docstring looks right to me. "mode=0777" doesn't mean it takes a keyword argument, only that this argument has a default value. You might want to fix posixmodule to accept keyword arguments, but it should probably be done for all functions then. An mkdir-specific patch would have little point IMO (after all it takes only two args, there's hardly any risk of confusion). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-04-09 12:34:19 | pitrou | set | recipients: + pitrou, loewis, georg.brandl, twhitema, l0nwlf |
| 2010-04-09 12:34:18 | pitrou | set | messageid: <1270816458.9.0.923243737085.issue8350@psf.upfronthosting.co.za> |
| 2010-04-09 12:34:17 | pitrou | link | issue8350 messages |
| 2010-04-09 12:34:16 | pitrou | create | |