summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2000-10-09 21:19:31 (GMT)
committerTim Peters <tim.peters@gmail.com>2000-10-09 21:19:31 (GMT)
commit46446d6242fa44e01dd80e31e73fcc94332e990a (patch)
tree1ef9b9d4d122c6c755453a2bcb93f0e859b57d97 /Misc
parentff7183920f62c47eabceab3fb9fa8f762db32cc7 (diff)
downloadcpython-46446d6242fa44e01dd80e31e73fcc94332e990a.zip
cpython-46446d6242fa44e01dd80e31e73fcc94332e990a.tar.gz
cpython-46446d6242fa44e01dd80e31e73fcc94332e990a.tar.bz2
Repaired IDLE Unicode bug description.
Added tokenize.py bugfix info.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 5 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 221520b..8c68529 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -79,6 +79,9 @@ Standard library
- The binascii module is now enabled on Win64.
+- tokenize.py no longer suffers "recursion depth" errors when parsing
+ programs with very long string literals.
+
Internals
- Fix several buffer overflow vulnerabilities in calculate_path(),
@@ -140,8 +143,8 @@ Tools and other miscellany
- Removed debugging prints from main used with freeze.
-- IDLE auto-indent internals no longer crashes when it encounters
- Unicode characters in the range 128 to 255.
+- IDLE auto-indent no longer crashes when it encounters Unicode
+ characters.
What's new in 2.0 beta 2 (since beta 1)?
========================================