Restore Walters name

This commit is contained in:
Neal Norwitz 2006-04-25 05:05:03 +00:00
parent 85c767ac87
commit cfba5f8c2e
1 changed files with 1 additions and 1 deletions

View File

@ -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