diff options
author | Stefan Behnel <stefan_ml@behnel.de> | 2018-05-18 20:46:58 +0200 |
---|---|---|
committer | Stefan Behnel <stefan_ml@behnel.de> | 2018-05-18 20:46:58 +0200 |
commit | 385b37fa76b9e0669261e4215cd70c30329a40e3 (patch) | |
tree | 51febbf7e23899fddf23f9a21efce35309479ee0 /CHANGES.rst | |
parent | 353299cb8d419bcf47f84ac5f77c353683ed2992 (diff) | |
download | cython-385b37fa76b9e0669261e4215cd70c30329a40e3.tar.gz |
Make "language_level=3" directive apply directly to the first token in the source file.
Also reject conflicting duplicates of top-level directives.
Closes #2230.
Diffstat (limited to 'CHANGES.rst')
-rw-r--r-- | CHANGES.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index cdf429a13..124b8d99d 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -22,6 +22,9 @@ Features added Bugs fixed ---------- +* The directive ``language_level=3`` did not apply to the first token in the + source file. (Github issue #2230) + Other changes ------------- |