[Python-checkins] python/dist/src/Misc NEWS,1.1097,1.1098

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Wed Aug 18 04:51:35 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3025

Modified Files:
	NEWS 
Log Message:
Various alpha 3 updates.

Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1097
retrieving revision 1.1098
diff -C2 -d -r1.1097 -r1.1098
*** NEWS	16 Aug 2004 12:10:12 -0000	1.1097
--- NEWS	18 Aug 2004 02:51:32 -0000	1.1098
***************
*** 45,48 ****
--- 45,59 ----
  -------
  
+ - Updated the decimal package's min() and max() methods to match the
+   latest revision of the General Decimal Arithmetic Specification.
+   Quiet NaNs are ignored and equal values are sorted based on sign
+   and exponent.
+ 
+ - The decimal package's Context.copy() method now returns deep copies.
+ 
+ - Deprecated sys.exitfunc in favor of the atexit module.  The sys.exitfunc
+   attribute will be kept around for backwards compatability and atexit
+   will just become the one preferred way to do it.
+ 
  - patch #675551: Add get_history_item and replace_history_item functions
    to the readline module.
***************
*** 82,85 ****
--- 93,99 ----
  -----------
  
+ - IDLE's shortcut keys for windows are now case insensitive so that
+   Control-V works the same as Control-v.
+ 
  - pygettext.py: Generate POT-Creation-Date header in ISO format.
  



More information about the Python-checkins mailing list