From 97269c45467c98f2a18cdf1021f7706f51ab6ad6 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 29 Oct 2009 20:39:50 +0000 Subject: [PATCH] Remove mention of the old -X command line switch. --- Misc/Porting | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Misc/Porting b/Misc/Porting index 1b94f141e9f..ec9cf1f4411 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.