]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
urlopen: add basejoin() function.
authorGuido van Rossum <guido@python.org>
Mon, 7 Mar 1994 11:45:36 +0000 (11:45 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 7 Mar 1994 11:45:36 +0000 (11:45 +0000)
commitd1df83ba6c2c7dfb6e792c46e3fccb2c1d2310cc
tree71c6365321dc509011e2953e428cfd7df4c2c0cc
parentd66acb45f8b44495379e20a4eceb2eea1ec921b2
urlopen: add basejoin() function.
addpack: new module to add packages to sys.path.
Lib/addpack.py [new file with mode: 0644]
Lib/lib-old/addpack.py [new file with mode: 0644]
Lib/urlopen.py