[Python-checkins] cpython (merge 3.3 -> default): merge 3.3 (#4590)
benjamin.peterson
python-checkins at python.org
Tue Jan 29 00:30:12 CET 2013
http://hg.python.org/cpython/rev/8b9910d8d27f
changeset: 81797:8b9910d8d27f
parent: 81793:5f655369ef06
parent: 81796:d5ee6d13af18
user: Benjamin Peterson <benjamin at python.org>
date: Mon Jan 28 18:28:53 2013 -0500
summary:
merge 3.3 (#4590)
files:
Doc/library/2to3.rst | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/Doc/library/2to3.rst b/Doc/library/2to3.rst
--- a/Doc/library/2to3.rst
+++ b/Doc/library/2to3.rst
@@ -264,8 +264,7 @@
.. 2to3fixer:: long
- Strips the ``L`` prefix on long literals and renames :class:`long` to
- :class:`int`.
+ Renames :class:`long` to :class:`int`.
.. 2to3fixer:: map
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list