Commit 8173c55b authored by Nick Coghlan's avatar Nick Coghlan

Note changes made to PEP 343 related documentation

parent c3a3de4e
...@@ -171,6 +171,10 @@ Tools ...@@ -171,6 +171,10 @@ Tools
Documentation Documentation
------------- -------------
- PEP 343: Added Context Types section to the library reference
and attempted to bring other PEP 343 related documentation into
line with the implementation and/or python-dev discussions.
- Bug #1337990: clarified that ``doctest`` does not support examples - Bug #1337990: clarified that ``doctest`` does not support examples
requiring both expected output and an exception. requiring both expected output and an exception.
...@@ -415,7 +419,7 @@ Core and builtins ...@@ -415,7 +419,7 @@ Core and builtins
subclasses of str always behaved. int/long/float, conversion of an instance 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 to the base class has been moved to the proper nb_* magic slot and out of
PyNumber_*(). PyNumber_*().
Thanks Walter Dörwald. Thanks Walter D�wald.
- Descriptors defined in C with a PyGetSetDef structure, where the setter is - Descriptors defined in C with a PyGetSetDef structure, where the setter is
NULL, now raise an AttributeError when attempting to set or delete the NULL, now raise an AttributeError when attempting to set or delete the
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment