From: Robert Bradshaw Date: Thu, 9 Dec 2010 11:05:52 +0000 (-0800) Subject: fatal_errors -> fast_fail X-Git-Tag: 0.14.beta0~5 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4b20838acf503b8b6db91241fa18ac31d868ed31;p=cython.git fatal_errors -> fast_fail --- diff --git a/Cython/Compiler/CmdLine.py b/Cython/Compiler/CmdLine.py index 0b0c8244..73bbc8b4 100644 --- a/Cython/Compiler/CmdLine.py +++ b/Cython/Compiler/CmdLine.py @@ -35,7 +35,7 @@ Options: --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. - --fatal-errors Abort the compilation on the first error + --fast-fail Abort the compilation on the first error -X, --directive =[,