]> granicus.if.org Git - python/commit
- Make sure to quote the username and password (SF patch #103236 by
authorGuido van Rossum <guido@python.org>
Mon, 15 Jan 2001 18:31:13 +0000 (18:31 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 15 Jan 2001 18:31:13 +0000 (18:31 +0000)
commitafc4f0413ae7c307207772373937b0eb1e0a645b
tree38e32fd1333b07f676f68bae40f2007ba49588f8
parent2e24044f9db23c3d2195a129f53f2deb73a4e4af
- Make sure to quote the username and password (SF patch #103236 by
  dogfort).

- Don't drop the data argument when calling open_https() from the
  authentication error handler.
Lib/urllib.py