]> granicus.if.org Git - python/commit
Issue #23738: Document and test actual keyword parameter names
authorMartin Panter <vadmium>
Wed, 9 Sep 2015 01:01:13 +0000 (01:01 +0000)
committerMartin Panter <vadmium>
Wed, 9 Sep 2015 01:01:13 +0000 (01:01 +0000)
commitbf19d169504823c258a9aae4bf61c8df9ff5987f
treee7c2737588806aeb3e4b46a0ca1beba7d8c31065
parent5558d4f2f89b86bb0aab35fff01c2b51f1013f33
Issue #23738: Document and test actual keyword parameter names

Also fix signature because os.utime(..., ns=None) is not allowed.
Doc/library/binascii.rst
Doc/library/os.rst
Doc/library/zlib.rst
Lib/test/test_binascii.py
Lib/test/test_os.py
Lib/test/test_popen.py
Lib/test/test_posix.py
Lib/test/test_zlib.py
Modules/posixmodule.c