Phillip J. Eby
|
059a87e6e4
|
Fix some typos, and clean up/clarify language regarding iterables so
that Alan's Jython-based server will be compatible with the "letter of
the law" of the spec.
|
2004-09-01 20:35:42 +00:00 |
Phillip J. Eby
|
1373ea5150
|
Move 'fileno()' support to a separate section, where it should be
easier to see it's an optional and platform-specific extension, not
an excuse to return "file-like" objects instead of iterables.
|
2004-09-01 13:44:07 +00:00 |
Phillip J. Eby
|
1bff7b795e
|
More formatting fixes
|
2004-09-01 04:59:21 +00:00 |
Phillip J. Eby
|
6690980d6b
|
Major clarifications and some minor semantic changes; see
http://mail.python.org/pipermail/web-sig/2004-August/000730.htm
for a complete summary of the changes and their rationales.
|
2004-08-31 22:00:28 +00:00 |
Phillip J. Eby
|
93eddee292
|
Misc. clarifications added per Alan Kennedy's report on his
experiences implementing WSGI in Jython/Java Servlets.
|
2004-08-30 03:04:59 +00:00 |
Phillip J. Eby
|
36087815b0
|
Fix a formatting problem, and add today's posting date.
|
2004-08-27 21:14:42 +00:00 |
David Goodger
|
a46d0fa414
|
added PEP 333, "Python Web Server Gateway Interface v1.0", by Phillip J. Eby
|
2004-08-27 17:30:09 +00:00 |