summaryrefslogtreecommitdiffstats
path: root/Lib/pickle.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2000-02-01 23:36:55 (GMT)
committerGuido van Rossum <guido@python.org>2000-02-01 23:36:55 (GMT)
commit3c8baedaf8c69bd92f06a7de5f16cde19a9beb55 (patch)
treec1bdd1d37789a0d18167c8c14c17f8e322882473 /Lib/pickle.py
parenta664dbbff8ad22d0eb4ec48461d3d9a50c5fb693 (diff)
downloadcpython-3c8baedaf8c69bd92f06a7de5f16cde19a9beb55.zip
cpython-3c8baedaf8c69bd92f06a7de5f16cde19a9beb55.tar.gz
cpython-3c8baedaf8c69bd92f06a7de5f16cde19a9beb55.tar.bz2
Sjoerd Mullender writes:
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).
Diffstat (limited to 'Lib/pickle.py')
0 files changed, 0 insertions, 0 deletions