[Python-checkins] r78223 - in python/branches/release31-maint: Doc/library/decimal.rst

mark.dickinson python-checkins at python.org
Thu Feb 18 15:59:50 CET 2010


Author: mark.dickinson
Date: Thu Feb 18 15:59:50 2010
New Revision: 78223

Log:
Merged revisions 78220 via svnmerge from 
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r78220 | mark.dickinson | 2010-02-18 14:54:37 +0000 (Thu, 18 Feb 2010) | 1 line
  
  Remove references to the 'long' type in py3k decimal docs.
........


Modified:
   python/branches/release31-maint/   (props changed)
   python/branches/release31-maint/Doc/library/decimal.rst

Modified: python/branches/release31-maint/Doc/library/decimal.rst
==============================================================================
--- python/branches/release31-maint/Doc/library/decimal.rst	(original)
+++ python/branches/release31-maint/Doc/library/decimal.rst	Thu Feb 18 15:59:50 2010
@@ -351,7 +351,7 @@
    operations and special methods apply.  Likewise, decimal objects can be
    copied, pickled, printed, used as dictionary keys, used as set elements,
    compared, sorted, and coerced to another type (such as :class:`float` or
-   :class:`long`).
+   :class:`int`).
 
    In addition to the standard numeric properties, decimal floating point
    objects also have a number of specialized methods:


More information about the Python-checkins mailing list