diff options
author | Guido van Rossum <guido@python.org> | 1997-05-26 20:15:44 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-26 20:15:44 (GMT) |
commit | d812c07e0e64048275eb36c51754003405dbeaf7 (patch) | |
tree | 100e68bddce1282d371aa42578a0de68de2ecb93 /Tools | |
parent | 132e1892e138b9405ca1be1cb255434da452f4ce (diff) | |
download | cpython-d812c07e0e64048275eb36c51754003405dbeaf7.zip cpython-d812c07e0e64048275eb36c51754003405dbeaf7.tar.gz cpython-d812c07e0e64048275eb36c51754003405dbeaf7.tar.bz2 |
Set version to 0.4; get rid of '(' in column 1 in triple-queted string.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/faqwiz/faqconf.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Tools/faqwiz/faqconf.py b/Tools/faqwiz/faqconf.py index e353404..adea4f2 100644 --- a/Tools/faqwiz/faqconf.py +++ b/Tools/faqwiz/faqconf.py @@ -39,15 +39,14 @@ DT_VERY_RECENT = 24*3600 # 24 hours DT_RECENT = 7*24*3600 # 7 days EXPLAIN_MARKS = """ -<P> -(Entries marked with ** were changed within the last 24 hours; +<P>(Entries marked with ** were changed within the last 24 hours; entries marked with * were changed within the last 7 days.) <P> """ # Version -- don't change unless you edit faqwiz.py -WIZVERSION = "0.3 (alpha)" # FAQ Wizard version +WIZVERSION = "0.4" # FAQ Wizard version # This parameter is normally overwritten with a dynamic value |