From: Stefan Behnel Date: Mon, 31 May 2010 21:20:07 +0000 (+0200) Subject: compiler cmdline switches -2 and -3 X-Git-Tag: 0.13.beta0~59 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d59f781c6d558dd9f763f5bf64e0d760954f5cdb;p=cython.git compiler cmdline switches -2 and -3 --- 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 =[,