diff options
author | Brett Cannon <brett@python.org> | 2014-02-28 15:50:34 (GMT) |
---|---|---|
committer | Brett Cannon <brett@python.org> | 2014-02-28 15:50:34 (GMT) |
commit | 0f3847855dafbfaeed385a676a004f9bb5a9cf83 (patch) | |
tree | 73545353dc566ddbf7d04552d6e4ae6a761b6135 /Misc/NEWS | |
parent | acc74e6c63d5f4b91b26134b1fc61aa005aa26e3 (diff) | |
parent | 298bb967767d666fca8177f8c2352c2134490565 (diff) | |
download | cpython-0f3847855dafbfaeed385a676a004f9bb5a9cf83.zip cpython-0f3847855dafbfaeed385a676a004f9bb5a9cf83.tar.gz cpython-0f3847855dafbfaeed385a676a004f9bb5a9cf83.tar.bz2 |
merge for issue #20778
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -17,6 +17,8 @@ Core and Builtins Library ------- +- Issue #20778: Fix modulefinder to work with bytecode-only modules. + - Issue #20791: copy.copy() now doesn't make a copy when the input is a bytes object. Initial patch by Peter Otten. |