]> granicus.if.org Git - python/commit
Restore [] where default arguments are not keywords
authorHynek Schlawack <hs@ox.cx>
Tue, 22 May 2012 13:22:14 +0000 (15:22 +0200)
committerHynek Schlawack <hs@ox.cx>
Tue, 22 May 2012 13:22:14 +0000 (15:22 +0200)
commitd68ffdb45a97eabbe54e8499828db63d5faa07e9
tree70c314bcb4694f24fc1463e34bc0515540bdb1d8
parente58ce01f303c8e0a7ddf008abc365cfe6fb4416c
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).
Doc/library/dl.rst
Doc/library/itertools.rst
Doc/library/os.rst
Doc/library/ossaudiodev.rst