]> granicus.if.org Git - python/commit
#14804: Remove [] around optional arguments with default values
authorHynek Schlawack <hs@ox.cx>
Tue, 22 May 2012 08:27:40 +0000 (10:27 +0200)
committerHynek Schlawack <hs@ox.cx>
Tue, 22 May 2012 08:27:40 +0000 (10:27 +0200)
commite58ce01f303c8e0a7ddf008abc365cfe6fb4416c
tree4a06bd6c073810b2def83534787ec7d56fd672c6
parented8cf7a543b3ebe2d61c16d0f87e60029fd2c478
#14804: Remove [] around optional arguments with default values

Mostly just mechanical removal of []. In some rare cases I've pulled the
default value up into the argument list.
25 files changed:
Doc/library/bdb.rst
Doc/library/csv.rst
Doc/library/difflib.rst
Doc/library/dl.rst
Doc/library/formatter.rst
Doc/library/functions.rst
Doc/library/httplib.rst
Doc/library/itertools.rst
Doc/library/mailbox.rst
Doc/library/os.rst
Doc/library/ossaudiodev.rst
Doc/library/parser.rst
Doc/library/pickletools.rst
Doc/library/plistlib.rst
Doc/library/profile.rst
Doc/library/pyclbr.rst
Doc/library/shelve.rst
Doc/library/shutil.rst
Doc/library/struct.rst
Doc/library/timeit.rst
Doc/library/trace.rst
Doc/library/ttk.rst
Doc/library/webbrowser.rst
Doc/library/wsgiref.rst
Doc/library/xml.dom.minidom.rst