commit | e6039f09781bee1e37c8a9fb6436b6df5b8d16b8 | [log] [tgz] |
---|---|---|
author | Neil Schemenauer <nascheme@enme.ucalgary.ca> | Wed Oct 14 19:23:53 2009 +0000 |
committer | Neil Schemenauer <nascheme@enme.ucalgary.ca> | Wed Oct 14 19:23:53 2009 +0000 |
tree | ce18a68c1befc14213c7acbb09bced70043b3a89 | |
parent | 04437ebadd8f3c086ecc920d98c4868ae1d27a35 [diff] [blame] |
Add support to the ihooks module for relative imports.
diff --git a/Misc/NEWS b/Misc/NEWS index 5c5acd7..cd6c930 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -405,6 +405,8 @@ 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