Commit c9ed5dc8 authored by Guido van Rossum's avatar Guido van Rossum

News about compiler and pydoc.

parent ed8fa72f
...@@ -62,10 +62,16 @@ Library ...@@ -62,10 +62,16 @@ Library
- mimetypes now recognizes more extensions and file types. At the - mimetypes now recognizes more extensions and file types. At the
same time, some mappings not sanctioned by IANA were removed. same time, some mappings not sanctioned by IANA were removed.
Tools
- The "compiler" package has been brought up to date to the state of - 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 Build
......
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