cpython/Lib/http
Marc-André Lemburg 8f36af7a4c Normalize the encoding names for Latin-1 and UTF-8 to
'latin-1' and 'utf-8'.

These are optimized in the Python Unicode implementation
to result in more direct processing, bypassing the codec
registry.

Also see issue11303.
2011-02-25 15:42:01 +00:00
..
__init__.py
client.py Normalize the encoding names for Latin-1 and UTF-8 to 2011-02-25 15:42:01 +00:00
cookiejar.py #5147: revert accidental indentation of header constant for MozillaCookieJar. 2010-07-31 22:11:11 +00:00
cookies.py #9824: encode , and ; in cookie values so that browsers don't split on them 2010-12-28 18:54:13 +00:00
server.py Normalize the encoding names for Latin-1 and UTF-8 to 2011-02-25 15:42:01 +00:00