mirror of
https://github.com/python/cpython.git
synced 2025-10-14 18:59:46 +00:00
Set version to 0.4; get rid of '(' in column 1 in triple-queted string.
This commit is contained in:
parent
132e1892e1
commit
d812c07e0e
1 changed files with 2 additions and 3 deletions
|
@ -39,15 +39,14 @@ DT_VERY_RECENT = 24*3600 # 24 hours
|
||||||
DT_RECENT = 7*24*3600 # 7 days
|
DT_RECENT = 7*24*3600 # 7 days
|
||||||
|
|
||||||
EXPLAIN_MARKS = """
|
EXPLAIN_MARKS = """
|
||||||
<P>
|
<P>(Entries marked with ** were changed within the last 24 hours;
|
||||||
(Entries marked with ** were changed within the last 24 hours;
|
|
||||||
entries marked with * were changed within the last 7 days.)
|
entries marked with * were changed within the last 7 days.)
|
||||||
<P>
|
<P>
|
||||||
"""
|
"""
|
||||||
|
|
||||||
# Version -- don't change unless you edit faqwiz.py
|
# 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
|
# This parameter is normally overwritten with a dynamic value
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue