Kaydet (Commit) 2dfe6b00 authored tarafından Nick Coghlan's avatar Nick Coghlan

Fix merge glitch in What's New

üst 77b1ecf0
...@@ -224,6 +224,7 @@ it provides better information about where they were actually defined, and ...@@ -224,6 +224,7 @@ it provides better information about where they were actually defined, and
how they might be accessible from the global scope. how they might be accessible from the global scope.
Example with (non-bound) methods:: Example with (non-bound) methods::
>>> class C: >>> class C:
... def meth(self): ... def meth(self):
... pass ... pass
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment