summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-04-25 05:05:03 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-04-25 05:05:03 (GMT)
commitcfba5f8c2e21916cdcc24630461e673c1cb4d883 (patch)
tree68b8d0c9a0b72adbb9d50036a3d10f46e111c7d8 /Misc/NEWS
parent85c767ac8791eb1b494c1aeefe14cd0a4b5a266b (diff)
downloadcpython-cfba5f8c2e21916cdcc24630461e673c1cb4d883.zip
cpython-cfba5f8c2e21916cdcc24630461e673c1cb4d883.tar.gz
cpython-cfba5f8c2e21916cdcc24630461e673c1cb4d883.tar.bz2
Restore Walters name
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d8fa987..84d6c31 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