Files
cpython/Modules
Victor Stinner 0131aba5ae bpo-38916: array.array: remove fromstring() and tostring() (GH-17487)
array.array: Remove tostring() and fromstring() methods.  They were
aliases to tobytes() and frombytes(), deprecated since Python 3.2.
2019-12-09 14:09:14 +01:00
..

Source files for standard library extension modules,
and former extension modules that are now builtin modules.