[New-bugs-announce] [issue10711] Rip off HTTP 0.9 support
Antoine Pitrou
report at bugs.python.org
Wed Dec 15 18:04:58 CET 2010
New submission from Antoine Pitrou <pitrou at free.fr>:
Both http.client and http.server claim to support HTTP 0.9. The HTTP 1.0 RFC was filed in 1996, and 1.1 is most commonly used nowadays. We should probably rip off 0.9 support.
----------
components: Library (Lib)
messages: 124032
nosy: jhylton, orsenthil, pitrou
priority: normal
severity: normal
stage: needs patch
status: open
title: Rip off HTTP 0.9 support
type: behavior
versions: Python 3.2
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10711>
_______________________________________
More information about the New-bugs-announce
mailing list