summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeil Schemenauer <nascheme@enme.ucalgary.ca>2009-10-14 19:23:53 (GMT)
committerNeil Schemenauer <nascheme@enme.ucalgary.ca>2009-10-14 19:23:53 (GMT)
commite6039f09781bee1e37c8a9fb6436b6df5b8d16b8 (patch)
treece18a68c1befc14213c7acbb09bced70043b3a89 /Misc
parent04437ebadd8f3c086ecc920d98c4868ae1d27a35 (diff)
downloadcpython-e6039f09781bee1e37c8a9fb6436b6df5b8d16b8.zip
cpython-e6039f09781bee1e37c8a9fb6436b6df5b8d16b8.tar.gz
cpython-e6039f09781bee1e37c8a9fb6436b6df5b8d16b8.tar.bz2
Add support to the ihooks module for relative imports.
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 5c5acd7..cd6c930 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -405,6 +405,8 @@ Core and Builtins
Library
-------
+- Add support to the `ihooks` module for relative imports.
+
- Issue #6894: Fixed the issue urllib2 doesn't respect "no_proxy" environment
- Issue #7086: Added TCP support to SysLogHandler, and tidied up some