From 4b20838acf503b8b6db91241fa18ac31d868ed31 Mon Sep 17 00:00:00 2001 From: Robert Bradshaw Date: Thu, 9 Dec 2010 03:05:52 -0800 Subject: [PATCH] fatal_errors -> fast_fail --- Cython/Compiler/CmdLine.py | 6 +++--- Cython/Compiler/Errors.py | 2 +- Cython/Compiler/Options.py | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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 =[,