diff options
author | Tim Peters <tim.peters@gmail.com> | 2002-04-20 02:07:58 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2002-04-20 02:07:58 (GMT) |
commit | 5d5e1930ddd7506739d5ebec1b23c8a53f23369d (patch) | |
tree | 374ba114abf5f6e914a6586ebf349402e87d70fb /Doc | |
parent | 8d22b0409b3d68edee104bc472334145337bebc7 (diff) | |
download | cpython-5d5e1930ddd7506739d5ebec1b23c8a53f23369d.zip cpython-5d5e1930ddd7506739d5ebec1b23c8a53f23369d.tar.gz cpython-5d5e1930ddd7506739d5ebec1b23c8a53f23369d.tar.bz2 |
Added "What's New" to the 2.2 doc set.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tools/prechm.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/tools/prechm.py b/Doc/tools/prechm.py index 2ce85c4..0651549 100644 --- a/Doc/tools/prechm.py +++ b/Doc/tools/prechm.py @@ -104,6 +104,7 @@ supported_libraries = { '2.2': ### Beta!!! fix for actual release [ ('.', 'Global Module Index', 'modindex.html', None, None), + ('whatsnew', "What's New", 'index.html', 'contents.html', None), ('tut','Tutorial','tut.html','node2.html',None), ('lib','Library Reference','lib.html','contents.html','genindex.html'), ('ref','Language Reference','ref.html','contents.html','genindex.html'), |