diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-05-29 22:10:30 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-05-29 22:10:30 (GMT) |
commit | e20056c8f71a8e289016c0cbd5adb5826cd91f64 (patch) | |
tree | 3bdccf6b3978fc4c989e136093e6cff999d01785 /Misc | |
parent | a663121e10265bb4d05b715a262cb4c1d79da082 (diff) | |
download | cpython-e20056c8f71a8e289016c0cbd5adb5826cd91f64.zip cpython-e20056c8f71a8e289016c0cbd5adb5826cd91f64.tar.gz cpython-e20056c8f71a8e289016c0cbd5adb5826cd91f64.tar.bz2 |
fix importing one char extension modules (closes #24328)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ Release date: 2015-07-05 Core and Builtins ----------------- +- Issue #24328: Fix importing one character extension modules. + - Issue #11205: In dictionary displays, evaluate the key before the value. - Issue #24285: Fixed regression that prevented importing extension modules |