diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-08-31 14:13:45 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-08-31 14:13:45 (GMT) |
commit | 91b9f139bc629e1ba931c60a3301e8062f6f4e6d (patch) | |
tree | e959ba896e7fcb4c24bcafad98673c737b281369 /Misc | |
parent | 380c55cc58911a4777f080744f596d1e96fd2357 (diff) | |
download | cpython-91b9f139bc629e1ba931c60a3301e8062f6f4e6d.zip cpython-91b9f139bc629e1ba931c60a3301e8062f6f4e6d.tar.gz cpython-91b9f139bc629e1ba931c60a3301e8062f6f4e6d.tar.bz2 |
Issue #15828: Restore support for C extension modules in imp.load_module()
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -18,6 +18,8 @@ Core and Builtins Library ------- +- Issue #15828: Restore support for C extensions in imp.load_module(). + - Issue #15340: Fix importing the random module when /dev/urandom cannot be opened. This was a regression caused by the hash randomization patch. |