[Python-checkins] r75953 - python/trunk/Misc/Porting

georg.brandl python-checkins at python.org
Thu Oct 29 21:39:51 CET 2009


Author: georg.brandl
Date: Thu Oct 29 21:39:50 2009
New Revision: 75953

Log:
Remove mention of the old -X command line switch.

Modified:
   python/trunk/Misc/Porting

Modified: python/trunk/Misc/Porting
==============================================================================
--- python/trunk/Misc/Porting	(original)
+++ python/trunk/Misc/Porting	Thu Oct 29 21:39:50 2009
@@ -31,8 +31,7 @@
 it out of the config.c file.
 
 Bang on it until you get a >>> prompt.  (You may have to disable the
-importing of "site.py" and "exceptions.py" by passing -X and -S
-options.
+importing of "site.py" by passing the -S options.)
 
 Then bang on it until it executes very simple Python statements.
 


More information about the Python-checkins mailing list