Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
7eca8e50
Commit
7eca8e50
authored
Jan 18, 1999
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo spotted by Jeff MacDonald <jam@ans.net>.
parent
36911a1c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Doc/lib/libcgi.tex
Doc/lib/libcgi.tex
+2
-2
No files found.
Doc/lib/libcgi.tex
View file @
7eca8e50
...
...
@@ -150,7 +150,7 @@ multiple files from one field (using a recursive
a dictionary-like
\class
{
FieldStorage
}
item. This can be determined
by testing its
\member
{
type
}
attribute, which should be
\mimetype
{
multipart/form-data
}
(or perhaps another MIME type matching
\mimetype
{
multipart/*
}
). I
t
this case, it can be iterated over
\mimetype
{
multipart/*
}
). I
n
this case, it can be iterated over
recursively just like the top-level form object.
When a form is submitted in the ``old'' format (as the query string or
...
...
@@ -276,7 +276,7 @@ installed; usually this is in a directory \file{cgi-bin} in the server tree.
Make sure that your script is readable and executable by ``others''; the
\UNIX
{}
file mode should be
\code
{
0755
}
octal (use
\samp
{
chmod 0755
filename
}
). Make sure that the first line of the script contains
\var
{
filename
}
}
). Make sure that the first line of the script contains
\code
{
\#
!
}
starting in column 1 followed by the pathname of the Python
interpreter, for instance:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment