[Python-checkins] python/dist/src/Misc NEWS,1.1026,1.1027

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Fri Jul 9 12:02:57 CEST 2004


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

Modified Files:
	NEWS 
Log Message:
Module and tests:
* Map conditions to related signals.
* Make contexts unhashable.
* Eliminate used "default" attribute in exception definitions.
* Eliminate the _filterfunc in favor of a straight list.

Docs:
* Eliminate documented references to conditions that are not signals.
* Eliminate parenthetical notes such as "1/0 --> Inf" which are no
  longer true with the new defaults.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1026
retrieving revision 1.1027
diff -C2 -d -r1.1026 -r1.1027
*** NEWS	9 Jul 2004 07:30:10 -0000	1.1026
--- NEWS	9 Jul 2004 10:02:53 -0000	1.1027
***************
*** 27,30 ****
--- 27,33 ----
  -------
  
+ - decimal.py now only uses signals in the spec.  The other conditions are
+   no longer part of the public API.
+ 
  Tools/Demos
  -----------



More information about the Python-checkins mailing list