From: Neal Norwitz Date: Tue, 25 Apr 2006 05:05:03 +0000 (+0000) Subject: Restore Walters name X-Git-Tag: v2.5a2~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cfba5f8c2e21916cdcc24630461e673c1cb4d883;p=thirdparty%2FPython%2Fcpython.git Restore Walters name --- diff --git a/Misc/NEWS b/Misc/NEWS index d8fa987497dc..84d6c31e69ad 100644 --- 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