]> granicus.if.org Git - python/commit
Fix bug in addsitedir() to properly handle the lack of a second argument.
authorBrett Cannon <bcannon@gmail.com>
Tue, 20 Jul 2004 02:28:28 +0000 (02:28 +0000)
committerBrett Cannon <bcannon@gmail.com>
Tue, 20 Jul 2004 02:28:28 +0000 (02:28 +0000)
commit4d0bddfee66383e746a79d60cd64e40fc1ab1df7
tree48d7bc7a53166b11d11f394dd49cd2a10d4b246e
parentad00913cf00ab174037e6ff675fa19f3ee27cc63
Fix bug in addsitedir() to properly handle the lack of a second argument.
Fixed to keep backwards-compatibility for the undocumented function.

Closes bug #986795.
Lib/site.py