Remove mention of the old -X command line switch.

This commit is contained in:
Georg Brandl 2009-10-29 20:39:50 +00:00
parent 40777e6606
commit 97269c4546
1 changed files with 1 additions and 2 deletions

View 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.