[Python-checkins] CVS: python/dist/src/Misc NEWS,1.74,1.75

Tim Peters python-dev@python.org
Mon, 9 Oct 2000 14:19:35 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory slayer.i.sourceforge.net:/tmp/cvs-serv6317/python/dist/src/misc

Modified Files:
	NEWS 
Log Message:
Repaired IDLE Unicode bug description.
Added tokenize.py bugfix info.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.74
retrieving revision 1.75
diff -C2 -r1.74 -r1.75
*** NEWS	2000/10/09 19:48:11	1.74
--- NEWS	2000/10/09 21:19:31	1.75
***************
*** 80,83 ****
--- 80,86 ----
  - 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
  
***************
*** 141,146 ****
  - 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.
  
  What's new in 2.0 beta 2 (since beta 1)?
--- 144,149 ----
  - Removed debugging prints from main used with freeze.
  
! - IDLE auto-indent no longer crashes when it encounters Unicode
!   characters.
  
  What's new in 2.0 beta 2 (since beta 1)?