]> granicus.if.org Git - python/commit
Addendum to #683658:
authorJust van Rossum <just@letterror.com>
Tue, 25 Feb 2003 20:25:12 +0000 (20:25 +0000)
committerJust van Rossum <just@letterror.com>
Tue, 25 Feb 2003 20:25:12 +0000 (20:25 +0000)
commit5bfba3aeb9f451599b89f6239467d485f4370b81
treeecbbb187c97a8b86297dec1a26d9a3694eabe9f9
parent7322b1ad46d6eeb7af609082f2a4896719e382d6
Addendum to #683658:
import warnings.py _after_ site.py has run. This ensures that site.py
is again the first .py to be imported, giving it back full control over
sys.path.
Python/pythonrun.c