diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2014-03-30 19:07:25 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2014-03-30 19:07:25 (GMT) |
commit | c00d39e96aff698a8777120f9537e261c06be0ef (patch) | |
tree | cda5f37bb98e783d7006ec064b24b8d8968247ff /Misc | |
parent | 3a4340325b153eab1f1bb1b91882d777fe6bcb21 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |