diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-12-03 09:54:46 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-12-03 09:54:46 (GMT) |
commit | 8609da9b17ef73a2fbd272fe665ca054f6383929 (patch) | |
tree | 379fa7f580dc16e04c02c9a92093cdd1501bedbf /Misc | |
parent | 8a7e76bcfa4c6c778e1bf155b6c4e40f8232d86a (diff) | |
download | cpython-8609da9b17ef73a2fbd272fe665ca054f6383929.zip cpython-8609da9b17ef73a2fbd272fe665ca054f6383929.tar.gz cpython-8609da9b17ef73a2fbd272fe665ca054f6383929.tar.bz2 |
Move IDLE news into NEWS.txt.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -105,9 +105,6 @@ Library - Bug #1598620: A ctypes Structure cannot contain itself. -- Patch #1362975: Rework CodeContext indentation algorithm to - avoid hard-coding pixel widths. - - Patch #1070046: Marshal new-style objects like InstanceType in xmlrpclib. |