commit | 92e212f7d95f4c1071f6e2ea0b85cfb36a562814 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Mon Apr 03 04:48:37 2006 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Mon Apr 03 04:48:37 2006 +0000 |
tree | 8be27745d01e1e729a1116b8ec1771e8f07cab6c | |
parent | 92a6be4318a961141ab61ac1d7dceac9634edd80 [diff] [blame] |
Accept keyword arguments for __import__ and doc the addition of the level param from PEP 328.
diff --git a/Misc/NEWS b/Misc/NEWS index 4bd4283..fa162f5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,8 @@ Core and builtins ----------------- +- __import__ accepts keyword arguments. + - Patch #1460496: round() now accepts keyword arguments. - Fixed bug #1459029 - unicode reprs were double-escaped.