summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2014-02-28 15:50:34 (GMT)
committerBrett Cannon <brett@python.org>2014-02-28 15:50:34 (GMT)
commit0f3847855dafbfaeed385a676a004f9bb5a9cf83 (patch)
tree73545353dc566ddbf7d04552d6e4ae6a761b6135 /Misc/NEWS
parentacc74e6c63d5f4b91b26134b1fc61aa005aa26e3 (diff)
parent298bb967767d666fca8177f8c2352c2134490565 (diff)
downloadcpython-0f3847855dafbfaeed385a676a004f9bb5a9cf83.zip
cpython-0f3847855dafbfaeed385a676a004f9bb5a9cf83.tar.gz
cpython-0f3847855dafbfaeed385a676a004f9bb5a9cf83.tar.bz2
merge for issue #20778
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c63054a..e20143a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.