]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13072: The array module's 'u' format code is now deprecated and
authorStefan Krah <skrah@bytereef.org>
Fri, 24 Aug 2012 18:14:12 +0000 (20:14 +0200)
committerStefan Krah <skrah@bytereef.org>
Fri, 24 Aug 2012 18:14:12 +0000 (20:14 +0200)
commit029780be09ab5483ac4562d795ea4b4b6d456f44
treeb79cc087c93edbe779335dcc0719c0b17fc81f64
parent8d649ef9513613b6b9fc413ce64b24e80e7e33c3
Issue #13072: The array module's 'u' format code is now deprecated and
will be removed in Python 4.0.
Doc/library/array.rst
Doc/whatsnew/3.3.rst
Misc/NEWS