summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1997-05-26 16:35:27 (GMT)
committerGuido van Rossum <guido@python.org>1997-05-26 16:35:27 (GMT)
commitd993695b0ff2918e9bb9c3d0f7ec71606d18edf2 (patch)
tree88200c44ba09daa79f9c17e25b3d9b7c90329482 /Tools
parent030144d9f6cbf82a5e0f5189dbd4c89d813062e3 (diff)
downloadcpython-d993695b0ff2918e9bb9c3d0f7ec71606d18edf2.zip
cpython-d993695b0ff2918e9bb9c3d0f7ec71606d18edf2.tar.gz
cpython-d993695b0ff2918e9bb9c3d0f7ec71606d18edf2.tar.bz2
Added keyword searching radio buttons.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/faqwiz/faqconf.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/Tools/faqwiz/faqconf.py b/Tools/faqwiz/faqconf.py
index 7b374ad..6013e3f 100644
--- a/Tools/faqwiz/faqconf.py
+++ b/Tools/faqwiz/faqconf.py
@@ -142,6 +142,12 @@ HOME = """
/
<INPUT TYPE=radio NAME=querytype VALUE=regex>
Regular expression
+ /
+ <INPUT TYPE=radio NAME=querytype VALUE=anykeywords>
+ Keywords (any)
+ /
+ <INPUT TYPE=radio NAME=querytype VALUE=allkeywords>
+ Keywords (all)
<BR>
<INPUT TYPE=radio NAME=casefold VALUE=yes CHECKED>
Fold case