summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-04-03 04:48:37 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-04-03 04:48:37 (GMT)
commit92e212f7d95f4c1071f6e2ea0b85cfb36a562814 (patch)
tree8be27745d01e1e729a1116b8ec1771e8f07cab6c /Misc
parent92a6be4318a961141ab61ac1d7dceac9634edd80 (diff)
downloadcpython-92e212f7d95f4c1071f6e2ea0b85cfb36a562814.zip
cpython-92e212f7d95f4c1071f6e2ea0b85cfb36a562814.tar.gz
cpython-92e212f7d95f4c1071f6e2ea0b85cfb36a562814.tar.bz2
Accept keyword arguments for __import__ and doc the addition of the level param from PEP 328.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4bd4283..fa162f5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@ What's New in Python 2.5 alpha 1?
Core and builtins
-----------------
+- __import__ accepts keyword arguments.
+
- Patch #1460496: round() now accepts keyword arguments.
- Fixed bug #1459029 - unicode reprs were double-escaped.