]> granicus.if.org Git - python/commitdiff
Added a little type/class NEWS.
authorTim Peters <tim.peters@gmail.com>
Thu, 4 Oct 2001 06:43:12 +0000 (06:43 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 4 Oct 2001 06:43:12 +0000 (06:43 +0000)
Misc/NEWS

index 9ead40c81aa784be44681072631812a8229bc0b1..6e8f9fccf7171eb15ab12429a746589191758f4d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -4,6 +4,12 @@ Release date: 28-Sep-2100
 
 Type/class unification and new-style classes
 
+- C.__doc__ now works as expected for new-style classes (in 2.2a4 it
+  always returned None, even when there was a class docstring).
+
+- doctest now finds and runs docstrings attached to new-style classes,
+  class methods, static methods, and properties.
+
 Core
 
 - binascii has now two quopri support functions, a2b_qp and b2a_qp.