Added entries about removal of some bare except clauses from logging.
[python.git] / Doc / perl / manual.perl
blobea65b36e748b6b81d9aac6b6752ba045045c66b1
1 # -*- perl -*-
3 # This implements the Python manual class. All it really needs to do it
4 # load the "python" style. The style code is not moved into the class code
5 # at this time, since we expect additional document class to be developed
6 # for the Python documentation in the future. Appropriate relocations will
7 # be made at that time.
9 package main;
11 do_require_package("report");
12 do_require_package("alltt");
13 do_require_package("python");
15 1; # sheesh....