[Python-checkins] CVS: python/dist/src/Misc python.man,1.18,1.19

Neil Schemenauer nascheme@users.sourceforge.net
Mon, 23 Jul 2001 09:30:29 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv25036/Misc

Modified Files:
	python.man 
Log Message:
Add -E command line switch (ignore environment variables like PYTHONHOME
and PYTHONPATH).


Index: python.man
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/python.man,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** python.man	2001/04/05 14:50:40	1.18
--- python.man	2001/07/23 16:30:26	1.19
***************
*** 17,20 ****
--- 17,23 ----
  ]
  [
+ .B \-E
+ ]
+ [
  .B \-t
  ]
***************
*** 99,102 ****
--- 102,109 ----
  .I sys.path
  that it entails.
+ .TP
+ .B \-E
+ Ignore environment variables like PYTHONPATH and PYTHONHOME that modify
+ the behavior of the interpreter.
  .TP
  .B \-t