]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18783: Removed existing mentions of Python long type in docstrings,
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 27 Aug 2013 16:40:23 +0000 (19:40 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 27 Aug 2013 16:40:23 +0000 (19:40 +0300)
commit9594942716a8f9c557b85d31751753d89cd7cebf
tree847ee3a06cf8831731d4aa0adaee961accc74fda
parent4af4d273bd2c18e8e3d56dc43a877ce04a5a1e13
Issue #18783: Removed existing mentions of Python long type in docstrings,
error messages and comments.
40 files changed:
Doc/library/msilib.rst
Include/abstract.h
Include/longintrepr.h
Include/longobject.h
Include/objimpl.h
Include/pyport.h
Lib/ctypes/test/test_numbers.py
Lib/datetime.py
Lib/pickle.py
Lib/pickletools.py
Lib/random.py
Lib/test/test_cmath.py
Lib/test/test_compile.py
Lib/test/test_decimal.py
Lib/test/test_gdb.py
Lib/test/test_itertools.py
Lib/test/test_long.py
Lib/test/test_struct.py
Lib/test/test_sys.py
Lib/xmlrpc/client.py
Misc/NEWS
Modules/_ctypes/callproc.c
Modules/_datetimemodule.c
Modules/_pickle.c
Modules/_randommodule.c
Modules/_struct.c
Modules/_testcapimodule.c
Modules/mathmodule.c
Modules/socketmodule.c
Objects/abstract.c
Objects/fileobject.c
Objects/floatobject.c
Objects/longobject.c
Objects/rangeobject.c
PC/pyconfig.h
PC/winreg.c
Python/bltinmodule.c
Python/compile.c
Python/formatter_unicode.c
Python/marshal.c