]> granicus.if.org Git - python/commitdiff
News about compiler and pydoc.
authorGuido van Rossum <guido@python.org>
Thu, 20 Sep 2001 05:30:24 +0000 (05:30 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 20 Sep 2001 05:30:24 +0000 (05:30 +0000)
Misc/NEWS

index 9ea0ac2d09396e48bbaf5356ae1a11994088a0d7..c22cf245649d1fc42652a65754678dbad1d057dc 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -62,10 +62,16 @@ Library
 - mimetypes now recognizes more extensions and file types.  At the
   same time, some mappings not sanctioned by IANA were removed.
 
-Tools
-
 - The "compiler" package has been brought up to date to the state of
-  Python 2.2 bytecode generation.
+  Python 2.2 bytecode generation.  It has also been promoted from a
+  Tool to a standard library package.  (Tools/compiler still exists as
+  a sample driver.)
+
+- pydoc and inspect are now aware of new-style classes;
+  e.g. help(list) at the interactive prompt now shows proper
+  documentation for all operations on list objects.
+
+Tools
 
 Build