summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fe2fde4e..13105364 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,7 @@
up some confusion about the second argument to find_module, it's
actually the packages __path__ attribute which we can safely ignore
for our purposes.
+ (LibtoolImporter.load_module): Set module.__loader__ as per PEP 302.
2008-11-07 Owen Taylor <otaylor@redhat.com>