Credit Graham's work, add Replaces: header.
This commit is contained in:
parent
822bdad411
commit
c6119b11a3
|
@ -6,6 +6,7 @@ Author: P.J. Eby <pje@telecommunity.com>
|
||||||
Discussions-To: Python Web-SIG <web-sig@python.org>
|
Discussions-To: Python Web-SIG <web-sig@python.org>
|
||||||
Status: Draft
|
Status: Draft
|
||||||
Type: Informational
|
Type: Informational
|
||||||
|
Replaces: 333
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 26-Sep-2010
|
Created: 26-Sep-2010
|
||||||
Post-History: 26-Sep-2010
|
Post-History: 26-Sep-2010
|
||||||
|
@ -1700,6 +1701,13 @@ thoughtful feedback made this revised draft possible. Especially:
|
||||||
HTTP RFC compliance, especially with regard to HTTP/1.1 features that
|
HTTP RFC compliance, especially with regard to HTTP/1.1 features that
|
||||||
I didn't even know existed until he pointed them out.
|
I didn't even know existed until he pointed them out.
|
||||||
|
|
||||||
|
* Graham Dumpleton, who worked tirelessly in the face of my laziness
|
||||||
|
and stupidity to get some sort of Python 3 version out, who proposed
|
||||||
|
the "native strings" vs. "byte strings" concept, and thoughtfully
|
||||||
|
wrestled through a great many HTTP, ``wsgi.input``, and other
|
||||||
|
amendments. Most, if not all, of the credit for this new PEP
|
||||||
|
belongs to him.
|
||||||
|
|
||||||
|
|
||||||
References
|
References
|
||||||
==========
|
==========
|
||||||
|
|
Loading…
Reference in New Issue