From: Nick Coghlan Date: Sat, 14 Jan 2012 04:19:49 +0000 (+1000) Subject: Fix merge glitch in What's New X-Git-Tag: v3.3.0a1~419^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2dfe6b00edde81d752d37d280cd47fd5aac9a433;p=thirdparty%2FPython%2Fcpython.git Fix merge glitch in What's New --- diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst index 07257f085e94..b2909f773eb6 100644 --- a/Doc/whatsnew/3.3.rst +++ b/Doc/whatsnew/3.3.rst @@ -224,6 +224,7 @@ it provides better information about where they were actually defined, and how they might be accessible from the global scope. Example with (non-bound) methods:: + >>> class C: ... def meth(self): ... pass