[Python-3000-checkins] r60282 - python/branches/py3k/Doc/whatsnew/3.0.rst

walter.doerwald python-3000-checkins at python.org
Fri Jan 25 12:33:18 CET 2008


Author: walter.doerwald
Date: Fri Jan 25 12:33:18 2008
New Revision: 60282

Modified:
   python/branches/py3k/Doc/whatsnew/3.0.rst
Log:
Fix typo.


Modified: python/branches/py3k/Doc/whatsnew/3.0.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.0.rst	(original)
+++ python/branches/py3k/Doc/whatsnew/3.0.rst	Fri Jan 25 12:33:18 2008
@@ -248,7 +248,7 @@
   built-in integral type, named ``int``; but it behaves like the old
   ``long`` type, with the exception that the literal suffix ``L`` is
   neither supported by the parser nor produced by ``repr()`` anymore.
-  ``sys.maxint`` was also removed since the int type has maximum
+  ``sys.maxint`` was also removed since the int type has no maximum
   value anymore. 
 
 * PEP 238: int division returns a float.


More information about the Python-3000-checkins mailing list