diff options
author | Guido van Rossum <guido@python.org> | 2002-10-18 15:36:31 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2002-10-18 15:36:31 (GMT) |
commit | 989ea8d4eb8dd0c0aa9dd2a5a1300d2fc57dfcb0 (patch) | |
tree | ea0da353ba119d19a7471bbcc42d18f0dd528aba /Demo | |
parent | cc44ccccb25a3d215dc4b947bb619b62e4181185 (diff) | |
download | cpython-989ea8d4eb8dd0c0aa9dd2a5a1300d2fc57dfcb0.zip cpython-989ea8d4eb8dd0c0aa9dd2a5a1300d2fc57dfcb0.tar.gz cpython-989ea8d4eb8dd0c0aa9dd2a5a1300d2fc57dfcb0.tar.bz2 |
Add description of the cgi directory.
Diffstat (limited to 'Demo')
-rw-r--r-- | Demo/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Demo/README b/Demo/README index a4ccc71..5e3d9e2 100644 --- a/Demo/README +++ b/Demo/README @@ -13,6 +13,8 @@ subdirectories listed here are distributed. They are listed just in case I change my mind about them. +cgi CGI examples (see also ../Tools/faqwiz/.) + classes Some examples of how to use classes. comparisons A set of responses to a really old language-comparison |