[Python-checkins] cpython: Fix merge glitch in What's New
nick.coghlan
python-checkins at python.org
Sat Jan 14 05:20:01 CET 2012
http://hg.python.org/cpython/rev/1116d22f813b
changeset: 74370:1116d22f813b
parent: 74368:8e538ed41766
user: Nick Coghlan <ncoghlan at gmail.com>
date: Sat Jan 14 14:19:49 2012 +1000
summary:
Fix merge glitch in What's New
files:
Doc/whatsnew/3.3.rst | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -224,6 +224,7 @@
how they might be accessible from the global scope.
Example with (non-bound) methods::
+
>>> class C:
... def meth(self):
... pass
--
Repository URL: http://hg.python.org/cpython
More information about the Python-checkins
mailing list