[Python-checkins] r78221 - python/branches/release26-maint

mark.dickinson python-checkins at python.org
Thu Feb 18 15:55:27 CET 2010


Author: mark.dickinson
Date: Thu Feb 18 15:55:26 2010
New Revision: 78221

Log:
Blocked revisions 78217-78218 via svnmerge

........
  r78217 | mark.dickinson | 2010-02-18 14:27:02 +0000 (Thu, 18 Feb 2010) | 5 lines
  
  Issue #7633: Context method in the decimal module (with the exception
  of the 'canonical' and 'is_canonical' methods) now consistently accept
  integer arguments wherever a Decimal instance is accepted.  Thanks
  Juan José Conti for the patch.
........
  r78218 | mark.dickinson | 2010-02-18 14:45:33 +0000 (Thu, 18 Feb 2010) | 1 line
  
  Doctest fixes for decimal.py:  add an integer-argument doctest for logical_invert;  don't use integer literals with a leading zero.
........


Modified:
   python/branches/release26-maint/   (props changed)


More information about the Python-checkins mailing list