[Python-checkins] python/dist/src/Lib decimal.py,1.8,1.9
rhettinger at users.sourceforge.net
rhettinger at users.sourceforge.net
Mon Jul 5 14:48:25 EDT 2004
Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11336
Modified Files:
decimal.py
Log Message:
* Update the todo list.
* Make ConversionSyntax signals get trapped by default.
Index: decimal.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/decimal.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** decimal.py 5 Jul 2004 05:36:39 -0000 1.8
--- decimal.py 5 Jul 2004 18:48:22 -0000 1.9
***************
*** 10,14 ****
# Todo:
! # Provide a clean way of attaching monetary format representations
--- 10,14 ----
# Todo:
! # Add rich comparisons for equality testing with other types
***************
*** 2970,2973 ****
--- 2970,2974 ----
capitals=1
)
+ DefaultContext.trap_enablers.update({ConversionSyntax : 1})
# Pre-made alternate contexts offered by the specification
More information about the Python-checkins
mailing list