commit | b1cc6aa2df228572c5819091a18ac2c0ab6abe5a | [log] [tgz] |
---|---|---|
author | Mark Dickinson <mdickinson@enthought.com> | Sun Nov 25 17:11:33 2012 +0000 |
committer | Mark Dickinson <mdickinson@enthought.com> | Sun Nov 25 17:11:33 2012 +0000 |
tree | be9832833c04a1fb53fedd73500111afa05da8c1 | |
parent | 1658797a9d27e5307be1c0c9ab653ebf1d8c80d7 [diff] [blame] |
Issue #9011: AST creation no longer modifies CST for negated numeric literals.
diff --git a/Misc/NEWS b/Misc/NEWS index f69dd3c..534661d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -9,6 +9,9 @@ Core and Builtins ----------------- +- Issue #9011: Fix hacky AST code that modified the CST when compiling + a negated numeric literal. + - Issue #16306: Fix multiple error messages when unknown command line parameters where passed to the interpreter. Patch by Hieu Nguyen.