[Python-checkins] python/nondist/peps pep-0327.txt,1.8,1.9

rhettinger@users.sourceforge.net rhettinger at users.sourceforge.net
Mon Jun 27 21:50:17 CEST 2005


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31728

Modified Files:
	pep-0327.txt 
Log Message:
Update the list of exceptional conditions to match version 1.45 of the
spec and to match the actual Python implementation of the decimal module.



Index: pep-0327.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0327.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- pep-0327.txt	18 May 2005 06:07:07 -0000	1.8
+++ pep-0327.txt	27 Jun 2005 19:50:05 -0000	1.9
@@ -307,12 +307,8 @@
 Condition             Signal             Result
 ====================  =================  ===================================
 Clamped               clamped            see spec [2]_
-Conversion syntax     invalid-operation  [0,qNaN]
 Division by zero      division-by-zero   [sign,inf]
-Division impossible   invalid-operation  [0,qNaN]
-Division undefined    invalid-operation  [0,qNaN]
 Inexact               inexact            unchanged
-Invalid context       invalid-operation  [0,qNaN]
 Invalid operation     invalid-operation  [0,qNaN] (or [s,qNaN] or [s,qNaN,d]
                                          when the cause is a signaling NaN)
 Overflow              overflow           depends on the rounding mode



More information about the Python-checkins mailing list