[Python-checkins] cpython (3.2): Typo fix.

georg.brandl python-checkins at python.org
Sun Sep 4 08:28:30 CEST 2011


http://hg.python.org/cpython/rev/2ecaf6aa3fee
changeset:   72218:2ecaf6aa3fee
branch:      3.2
parent:      72216:8ec8a4579788
user:        Georg Brandl <georg at python.org>
date:        Sun Sep 04 08:10:25 2011 +0200
summary:
  Typo fix.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -92,7 +92,7 @@
 - Issue #11627: Fix segfault when __new__ on a exception returns a
   non-exception class.
 
-- Issue #12149: Update the method cache after a type's dictionnary gets
+- Issue #12149: Update the method cache after a type's dictionary gets
   cleared by the garbage collector.  This fixes a segfault when an instance
   and its type get caught in a reference cycle, and the instance's
   deallocator calls one of the methods on the type (e.g. when subclassing

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list