]> granicus.if.org Git - python/commitdiff
Note changes made to PEP 343 related documentation
authorNick Coghlan <ncoghlan@gmail.com>
Mon, 24 Apr 2006 03:04:43 +0000 (03:04 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Mon, 24 Apr 2006 03:04:43 +0000 (03:04 +0000)
Misc/NEWS

index 8788c584407ece2827c7dd5816e5f8214d712272..5a89d9c9989f581cf26f9b11a065a662a94440d5 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -171,6 +171,10 @@ Tools
 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
   requiring both expected output and an exception.
 
@@ -415,7 +419,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örwald.
+  Thanks Walter Dwald.
 
 - Descriptors defined in C with a PyGetSetDef structure, where the setter is
   NULL, now raise an AttributeError when attempting to set or delete the