From d59f781c6d558dd9f763f5bf64e0d760954f5cdb Mon Sep 17 00:00:00 2001 From: Stefan Behnel Date: Mon, 31 May 2010 23:20:07 +0200 Subject: [PATCH] compiler cmdline switches -2 and -3 --- Cython/Compiler/CmdLine.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cython/Compiler/CmdLine.py b/Cython/Compiler/CmdLine.py index 11feaa87..6deb30db 100644 --- a/Cython/Compiler/CmdLine.py +++ b/Cython/Compiler/CmdLine.py @@ -36,6 +36,8 @@ Options: --line-directives Produce #line directives pointing to the .pyx source --cplus Output a c++ rather than c file. --embed Embed the Python interpreter in a main() method. + -2 Compile based on Python-2 syntax and code semantics. + -3 Compile based on Python-3 syntax and code semantics. -X, --directive =[,