diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-23 05:03:59 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-23 05:03:59 (GMT) |
commit | 2ee0e8eaec7f6e87664c2c9297633623cbd28868 (patch) | |
tree | cf9b7d1f858bcaf09e4b10769cfe2359283a3ab9 /Misc/NEWS | |
parent | 778d5cc4fb938a37383373ff27457831bc6aea63 (diff) | |
download | cpython-2ee0e8eaec7f6e87664c2c9297633623cbd28868.zip cpython-2ee0e8eaec7f6e87664c2c9297633623cbd28868.tar.gz cpython-2ee0e8eaec7f6e87664c2c9297633623cbd28868.tar.bz2 |
Revert the renaming of repr to reprlib.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -76,9 +76,6 @@ Library ctypes.util.find_library(name) now call this function when name is 'm' or 'c'. -- The repr module has been renamed 'reprlib'. The old name is now - deprecated. - - The statvfs module has been deprecated for removal in Python 3.0. - The sunaudiodev and SUNAUDIODEV modules have been deprecated for |