]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Modify splituser() method to allow an @ in the userinfo field.
authorRaymond Hettinger <python@rcn.com>
Sun, 18 Aug 2002 20:10:08 +0000 (20:10 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 18 Aug 2002 20:10:08 +0000 (20:10 +0000)
commitbc5282fec74bcb7b502a4fe86006dd9cbd88ec5f
tree9653df8c095ae225fe35ac1ea90c286985c63e7f
parent0c25da5823de33210dc43c3c30d51a995d752fce
Modify splituser() method to allow an @ in the userinfo field.
Jeremy reported that this is not allowed by RFC 2396; however,
other tools support unescaped @'s so we should also.

Apply SF patch 596581 closing bug 581529.
Lib/urllib.py