]> granicus.if.org Git - python/commitdiff
Remove mention of the old -X command line switch.
authorGeorg Brandl <georg@python.org>
Thu, 29 Oct 2009 20:39:50 +0000 (20:39 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 29 Oct 2009 20:39:50 +0000 (20:39 +0000)
Misc/Porting

index 1b94f141e9f3b0bb021d9455e517f6ce8e0fdb23..ec9cf1f4411d3d5c27c8d793862099bad4f3c174 100644 (file)
@@ -31,8 +31,7 @@ target platform.  Forget about the posix module for now -- simply take
 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.