]> granicus.if.org Git - python/commitdiff
Various alpha 3 updates.
authorRaymond Hettinger <python@rcn.com>
Wed, 18 Aug 2004 02:51:32 +0000 (02:51 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 18 Aug 2004 02:51:32 +0000 (02:51 +0000)
Misc/NEWS

index e0d5d014b5068491cc0c6162caf925b4f1458158..c3ce477f3afc8441134875918b97ac0c242d7719 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,6 +44,17 @@ Extension modules
 Library
 -------
 
+- 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.
 
@@ -81,6 +92,9 @@ Library
 Tools/Demos
 -----------
 
+- 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.
 
 Build