Commit Graph

21 Commits

Author SHA1 Message Date
Georg Brandl 66b2ff55ba #10917: fix links to CGI spec. 2011-01-16 09:57:25 +00:00
Phillip J. Eby 281486c0a2 Whoops, missed a Python 3 change (__next__). 2011-01-13 15:51:34 +00:00
Raymond Hettinger eacc2cc483 Mark as Final
See Guido's approval at:

https://groups.google.com/forum/#!msg/python-web-sig/PBxKNkDVoag/EqXvt_-4zEEJ
2011-01-12 23:11:21 +00:00
Phillip J. Eby 3a0fc6739a Also, input is bytes, not unicode... 2011-01-07 15:56:14 +00:00
Phillip J. Eby 90ea9f78d1 Need to actually encode headers being sent... 2011-01-07 15:53:02 +00:00
Phillip J. Eby f9ef4167cb Note that code samples are Python 3 now (I hope!) 2011-01-07 15:46:57 +00:00
Phillip J. Eby ae2d59f75b Fix re-raise syntax for Python 3 2011-01-07 15:45:26 +00:00
Phillip J. Eby 7a010e3932 More bytes I/O fixes 2011-01-07 15:39:27 +00:00
Phillip J. Eby eb05afdb33 Make CGI example correct for Py3 2011-01-07 04:29:14 +00:00
Phillip J. Eby 0e2443644e Update a couple of code samples for Python 3 2011-01-04 00:50:38 +00:00
Phillip J. Eby 1fb26ccb0f Adjust Alan Kennedy's credits, since he was one of the first to address
bytes/unicode stuff in WSGI.
2010-10-06 22:28:04 +00:00
Phillip J. Eby c3088e3974 Fix spurious diff 2010-10-05 00:54:39 +00:00
Phillip J. Eby fdc92b9f55 Argh. Revision # was wrong in preface, too. 2010-10-04 16:22:22 +00:00
Phillip J. Eby ef5f6de788 Whoops: wrong revision for diffs! 2010-10-04 16:10:16 +00:00
Phillip J. Eby 4006bda41f Last bit of cleanup before post: clarify behavior for not-enough-content
case, and improved punctuation of Graham's acknowledgement.
2010-10-04 16:01:37 +00:00
Phillip J. Eby 10589fbe59 Tweak line wrapping so diff from 333 doesn't show a spurious change
to the lines involved.
2010-10-04 15:57:12 +00:00
Phillip J. Eby e155e9e696 Amendments and clarifications from:
http://mail.python.org/pipermail/web-sig/2010-September/004655.html

(Also, changed revision history link to show a direct diff of
changes from PEP 333.)
2010-10-04 15:48:11 +00:00
Nick Coghlan 8654d1a40f Attempt to trigger rebuild of recently modified PEPs after failure of PEP 0 creation 2010-09-27 20:47:22 +00:00
Phillip J. Eby bd1d25c162 Fix PEP headers and markup problems 2010-09-27 14:43:09 +00:00
Phillip J. Eby c6119b11a3 Credit Graham's work, add Replaces: header. 2010-09-26 23:55:59 +00:00
Phillip J. Eby fae7914313 Clone and update PEP 3333 2010-09-26 23:36:24 +00:00