]> granicus.if.org Git - python/commitdiff
Lawrence Kesteloot noted: Lib/user.py has a comment that says that the
authorGuido van Rossum <guido@python.org>
Thu, 30 Mar 2000 15:00:33 +0000 (15:00 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 30 Mar 2000 15:00:33 +0000 (15:00 +0000)
script pointed to by PYTHONPATH will be executed on startup.  That
should say PYTHONSTARTUP.

Lib/user.py

index 1374c11f931c46a1370a7d8d641b90b1f1944077..ee8ed88d638773b4a5ec03cd0852e613dacf51e3 100644 (file)
@@ -2,7 +2,7 @@
 
 As a policy, Python doesn't run user-specified code on startup of
 Python programs (interactive sessions execute the script specified in
-the PYTHONPATH environment variable if it exists).
+the PYTHONSTARTUP environment variable if it exists).
 
 However, some programs or sites may find it convenient to allow users
 to have a standard customization file, which gets run when a program