]> granicus.if.org Git - python/commit
Blocked revisions 78217-78218 via svnmerge
authorMark Dickinson <dickinsm@gmail.com>
Thu, 18 Feb 2010 14:55:26 +0000 (14:55 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 18 Feb 2010 14:55:26 +0000 (14:55 +0000)
commitaf211c85afff4080fa5a650348d1bd21d9ae0e50
tree0a7ad9eb40f72d27408ee8e1584a1ef61e0cd32c
parent5f943ed1338f9c4df4602c0d64faf4e34eebe708
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.
........