• Jeremy Hylton's avatar
    Simplify the Request class. The basic components of the parsed · 6c5e28c3
    Jeremy Hylton yazdı
    Request are now available as public attributes, e.g. full_url and
    host.  The accessor methods are deprecated.  The implementation
    replace the complicated __getattr__ machinery with a _parse() method.
    
    The response from an HTTP request is now an HTTPResponse instance
    instead of an addinfourl() wrapper instance.  The wrapper provided
    minimal extract functionality and was undocumented.  The API of
    addinfourl() was preserved, except for close hooks, by adding a few
    methods and public attributes to the HTTPResponse class.
    6c5e28c3
Adı
Son kayıt (commit)
Son güncelleme
Demo Loading commit data...
Doc Loading commit data...
Grammar Loading commit data...
Include Loading commit data...
Lib Loading commit data...
Mac Loading commit data...
Misc Loading commit data...
Modules Loading commit data...
Objects Loading commit data...
PC Loading commit data...
PCbuild Loading commit data...
Parser Loading commit data...
Python Loading commit data...
Tools Loading commit data...
.bzrignore Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
LICENSE Loading commit data...
Makefile.pre.in Loading commit data...
README Loading commit data...
RELNOTES Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...
pyconfig.h.in Loading commit data...
runtests.sh Loading commit data...
setup.py Loading commit data...