diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-04-25 05:05:03 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-04-25 05:05:03 (GMT) |
commit | cfba5f8c2e21916cdcc24630461e673c1cb4d883 (patch) | |
tree | 68b8d0c9a0b72adbb9d50036a3d10f46e111c7d8 /Misc/NEWS | |
parent | 85c767ac8791eb1b494c1aeefe14cd0a4b5a266b (diff) | |
download | cpython-cfba5f8c2e21916cdcc24630461e673c1cb4d883.zip cpython-cfba5f8c2e21916cdcc24630461e673c1cb4d883.tar.gz cpython-cfba5f8c2e21916cdcc24630461e673c1cb4d883.tar.bz2 |
Restore Walters name
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |