summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2014-03-30 19:07:25 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2014-03-30 19:07:25 (GMT)
commitc00d39e96aff698a8777120f9537e261c06be0ef (patch)
treecda5f37bb98e783d7006ec064b24b8d8968247ff /Misc
parent3a4340325b153eab1f1bb1b91882d777fe6bcb21 (diff)
downloadcpython-c00d39e96aff698a8777120f9537e261c06be0ef.zip
cpython-c00d39e96aff698a8777120f9537e261c06be0ef.tar.gz
cpython-c00d39e96aff698a8777120f9537e261c06be0ef.tar.bz2
Issue #16047: Fix module exception list and __file__ handling in freeze.
Patch by Meador Inge.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e263aac..8d0a89b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -137,6 +137,9 @@ Tests
Tools/Demos
-----------
+- Issue #16047: Fix module exception list and __file__ handling in freeze.
+ Patch by Meador Inge.
+
- Issue #11824: Consider ABI tags in freeze. Patch by Meador Inge.
- Issue #20535: PYTHONWARNING no longer affects the run_tests.py script.