• Guido van Rossum's avatar
    Sjoerd Mullender writes: · 3c8baeda
    Guido van Rossum yazdı
    Fixed a TypeError: not enough arguments; expected 4, got 3.
    When authentication is needed, the default http_error_401 method calls
    retry_http_basic_auth.  The default version of that method expected a
    data argument which wasn't provided, so now we provide the argument if
    it was given and we also made the data argument optional.
    
    Also changed other calls where data was optional to not pass data if
    it was not passed to the calling method (in line with other similar
    occurances).
    3c8baeda
Adı
Son kayıt (commit)
Son güncelleme
BeOS Loading commit data...
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...
.hgtags Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
acconfig.h Loading commit data...
config.h.in Loading commit data...
configure Loading commit data...
configure.in Loading commit data...
install-sh Loading commit data...