]> granicus.if.org Git - python/commit
Make sure we test urlsplit() / urlunsplit() directly, rather than
authorFred Drake <fdrake@acm.org>
Wed, 16 Oct 2002 21:02:36 +0000 (21:02 +0000)
committerFred Drake <fdrake@acm.org>
Wed, 16 Oct 2002 21:02:36 +0000 (21:02 +0000)
commit707056580f7bdc95304f036787db192fe9054155
tree49969339d8b31656b7d03d520c428e62fb6b31f2
parent68077210c2588241fc5e4e16d83c083fa4103108
Make sure we test urlsplit() / urlunsplit() directly, rather than
guessing that urlparse() / urlunparse() use them.

Add tests of urldefrag().
Lib/test/test_urlparse.py