commit | fb48afa708d2b5de9d59e6c91e2c063889c41e45 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sat Jul 08 05:31:37 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sat Jul 08 05:31:37 2006 +0000 |
tree | f1620629f1f2b47ec730d8ea86de9ca9f7776dc1 | |
parent | b6b175229bb8e9c94b104c3037b14e41b7549907 [diff] [blame] |
Fix SF bug #1519018: 'as' is now validated properly in import statements
diff --git a/Misc/NEWS b/Misc/NEWS index 67c49a6..b31023d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -22,6 +22,8 @@ omit a default "error" argument for NULL pointer. This allows the parser to take a codec from cjkcodecs again. +- Bug #1519018: 'as' is now validated properly in import statements. + Library -------