]> granicus.if.org Git - python/commit
Modify splituser() method to allow an @ in the userinfo field.
authorRaymond Hettinger <python@rcn.com>
Sun, 18 Aug 2002 20:08:56 +0000 (20:08 +0000)
committerRaymond Hettinger <python@rcn.com>
Sun, 18 Aug 2002 20:08:56 +0000 (20:08 +0000)
commitf2e45dd9dde5fa45afeb2bb42660a5a1a2d199d5
treef412f144852ac92191983d81ef779818c3bee191
parent1d0eeec279ad9b4f45c3fca667078ba8affa7bd8
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