Move IDLE news into NEWS.txt.
This commit is contained in:
parent
8a7e76bcfa
commit
8609da9b17
|
@ -3,6 +3,9 @@ What's New in IDLE 2.6a1?
|
||||||
|
|
||||||
*Release date: XX-XXX-200X*
|
*Release date: XX-XXX-200X*
|
||||||
|
|
||||||
|
- Patch #1362975: Rework CodeContext indentation algorithm to
|
||||||
|
avoid hard-coding pixel widths.
|
||||||
|
|
||||||
- Some syntax errors were being caught by tokenize during the tabnanny
|
- Some syntax errors were being caught by tokenize during the tabnanny
|
||||||
check, resulting in obscure error messages. Do the syntax check
|
check, resulting in obscure error messages. Do the syntax check
|
||||||
first. Bug 1562716, 1562719
|
first. Bug 1562716, 1562719
|
||||||
|
|
|
@ -105,9 +105,6 @@ Library
|
||||||
|
|
||||||
- Bug #1598620: A ctypes Structure cannot contain itself.
|
- 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
|
- Patch #1070046: Marshal new-style objects like InstanceType
|
||||||
in xmlrpclib.
|
in xmlrpclib.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue