From 5d5e1930ddd7506739d5ebec1b23c8a53f23369d Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sat, 20 Apr 2002 02:07:58 +0000 Subject: [PATCH] Added "What's New" to the 2.2 doc set. --- Doc/tools/prechm.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/tools/prechm.py b/Doc/tools/prechm.py index 2ce85c4c545..0651549dac1 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'),