]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Restore Walters name
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 25 Apr 2006 05:05:03 +0000 (05:05 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 25 Apr 2006 05:05:03 +0000 (05:05 +0000)
Misc/NEWS

index d8fa987497dc69abd4e676830f82715280645178..84d6c31e69addb7e7c29a00cad86407d3afb4246 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -428,7 +428,7 @@ Core and builtins
   subclasses of str always behaved.  int/long/float, conversion of an instance
   to the base class has been moved to the proper nb_* magic slot and out of
   PyNumber_*().
-  Thanks Walter D�wald.
+  Thanks Walter D�rwald.
 
 - Descriptors defined in C with a PyGetSetDef structure, where the setter is
   NULL, now raise an AttributeError when attempting to set or delete the