Added a little type/class NEWS.

This commit is contained in:
Tim Peters 2001-10-04 06:43:12 +00:00
parent c59fb2d230
commit 1c9ca8726e
1 changed files with 6 additions and 0 deletions

View File

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