diff options
author | Guido van Rossum <guido@python.org> | 2001-09-20 05:30:24 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-09-20 05:30:24 (GMT) |
commit | c9ed5dc81c143b70203905fe89ece96d0dcea1e3 (patch) | |
tree | 97b568ffdc8186e32a0268ea392ce4f9b04ef825 /Misc | |
parent | ed8fa72f34fb69a3776d64d49d3527e67f7cd328 (diff) | |
download | cpython-c9ed5dc81c143b70203905fe89ece96d0dcea1e3.zip cpython-c9ed5dc81c143b70203905fe89ece96d0dcea1e3.tar.gz cpython-c9ed5dc81c143b70203905fe89ece96d0dcea1e3.tar.bz2 |
News about compiler and pydoc.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 12 |
1 files changed, 9 insertions, 3 deletions
@@ -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 |