From 3efa38a4f05dec2e71638f654e9704f56ba4f8a9 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Sat, 11 Sep 2010 14:14:09 -0700 Subject: [PATCH] Remove obsolete option now that import * works. --- Cython/Compiler/CmdLine.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cython/Compiler/CmdLine.py b/Cython/Compiler/CmdLine.py index 6deb30db..529f335d 100644 --- a/Cython/Compiler/CmdLine.py +++ b/Cython/Compiler/CmdLine.py @@ -23,9 +23,6 @@ Options: -v, --verbose Be verbose, print file names on multiple compilation -p, --embed-positions If specified, the positions in Cython files of each function definition is embedded in its docstring. - -z, --pre-import If specified, assume undeclared names in this - module. Emulates the behavior of putting - "from import *" at the top of the file. --cleanup Release interned objects on python exit, for memory debugging. Level indicates aggressiveness, default 0 releases nothing. -w, --working Sets the working directory for Cython (the directory modules -- 2.26.2