[Python-checkins] python/dist/src/Misc NEWS,1.831,1.831.2.1

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Tue, 29 Jul 2003 15:59:32 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv32300

Modified Files:
      Tag: release23-branch
	NEWS 
Log Message:
Move Python 2.2 news to the HISTORY file


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831
retrieving revision 1.831.2.1
diff -C2 -d -r1.831 -r1.831.2.1
*** NEWS	29 Jul 2003 22:11:31 -0000	1.831
--- NEWS	29 Jul 2003 22:59:30 -0000	1.831.2.1
***************
*** 2368,3801 ****
    you can change this in site.py.
  
- 
- What's New in Python 2.2 final?
- ===============================
- 
- *Release date: 21-Dec-2001*
- 
- Type/class unification and new-style classes
- --------------------------------------------
[...1405 lines suppressed...]
- -----
- 
- - New test_mutants.py runs dict comparisons where the key and value
-   comparison operators mutate the dicts randomly during comparison.  This
-   rapidly causes Python to crash under earlier releases (not for the faint
-   of heart:  it can also cause Win9x to freeze or reboot!).
- 
- - New test_pprint.py verifies that pprint.isrecursive() and
-   pprint.isreadable() return sensible results.  Also verifies that simple
-   cases produce correct output.
- 
- C API
- -----
- 
- - Removed the unused last_is_sticky argument from the internal
-   _PyTuple_Resize().  If this affects you, you were cheating.
- 
  ----
  
--- 2368,2371 ----