summaryrefslogtreecommitdiffstats
path: root/Misc/Porting
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-10-29 20:39:50 (GMT)
committerGeorg Brandl <georg@python.org>2009-10-29 20:39:50 (GMT)
commit97269c45467c98f2a18cdf1021f7706f51ab6ad6 (patch)
tree8a358fe8c7c7da068575483876bdfe6bcbf95b58 /Misc/Porting
parent40777e66061ce8669cd21d4a268459688397acde (diff)
downloadcpython-97269c45467c98f2a18cdf1021f7706f51ab6ad6.zip
cpython-97269c45467c98f2a18cdf1021f7706f51ab6ad6.tar.gz
cpython-97269c45467c98f2a18cdf1021f7706f51ab6ad6.tar.bz2
Remove mention of the old -X command line switch.
Diffstat (limited to 'Misc/Porting')
-rw-r--r--Misc/Porting3
1 files changed, 1 insertions, 2 deletions
diff --git a/Misc/Porting b/Misc/Porting
index 1b94f14..ec9cf1f 100644
--- a/Misc/Porting
+++ b/Misc/Porting
@@ -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.