diff options
author | Hynek Schlawack <hs@ox.cx> | 2012-05-22 15:22:14 +0200 |
---|---|---|
committer | Hynek Schlawack <hs@ox.cx> | 2012-05-22 15:22:14 +0200 |
commit | d68ffdb45a97eabbe54e8499828db63d5faa07e9 (patch) | |
tree | 70c314bcb4694f24fc1463e34bc0515540bdb1d8 /Lib/idlelib/PyShell.py | |
parent | e58ce01f303c8e0a7ddf008abc365cfe6fb4416c (diff) | |
download | cpython-git-d68ffdb45a97eabbe54e8499828db63d5faa07e9.tar.gz |
Restore [] where default arguments are not keywords
Reverts some changes of a36666c52115.
In the case of os's `mknod(filename[, mode=0600[, device=0]])`, I have nested
the [] as setting mode doesn't require to set device (but setting device
requires to set mode).
Diffstat (limited to 'Lib/idlelib/PyShell.py')
0 files changed, 0 insertions, 0 deletions