commit | cfba5f8c2e21916cdcc24630461e673c1cb4d883 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Tue Apr 25 05:05:03 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Tue Apr 25 05:05:03 2006 +0000 |
tree | 68b8d0c9a0b72adbb9d50036a3d10f46e111c7d8 | |
parent | 85c767ac8791eb1b494c1aeefe14cd0a4b5a266b [diff] [blame] |
Restore Walters name
diff --git a/Misc/NEWS b/Misc/NEWS index d8fa987..84d6c31 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -428,7 +428,7 @@ 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