From: Robert Bradshaw Date: Sat, 11 Sep 2010 21:14:09 +0000 (-0700) Subject: Remove obsolete option now that import * works. X-Git-Tag: 0.14.alpha0~329 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3efa38a4f05dec2e71638f654e9704f56ba4f8a9;p=cython.git Remove obsolete option now that import * works. --- 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