| commit | ea7e9f9a83a88325e599d0a7b31122e50495a5aa | [log] [tgz] |
|---|---|---|
| author | Mark Dickinson <mdickinson@enthought.com> | Sun Apr 29 18:34:40 2012 +0100 |
| committer | Mark Dickinson <mdickinson@enthought.com> | Sun Apr 29 18:34:40 2012 +0100 |
| tree | 733daf808a853c76e9b588af692e987492ec981a | |
| parent | 99a56386f1eee02c1cb5b47d7a2c8bbfd2f1eb24 [diff] [blame] |
Issue #9154: Fix parser module to understand function annotations.
diff --git a/Misc/NEWS b/Misc/NEWS index 2d50fe1..ebf0cfa 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -56,6 +56,8 @@ Library ------- +- Issue #9154: Fix parser module to understand function annotations. + - Issue #14664: It is now possible to use @unittest.skip{If,Unless} on a test class that doesn't inherit from TestCase (i.e. a mixin).