commit | b9c1cfc42881370322ff6894568b45dcfec5ba2e | [log] [tgz] |
---|---|---|
author | Tarek Ziadé <ziade.tarek@gmail.com> | Sat Oct 24 15:10:37 2009 +0000 |
committer | Tarek Ziadé <ziade.tarek@gmail.com> | Sat Oct 24 15:10:37 2009 +0000 |
tree | 590778ae7770d5c8dcdfbffc7f77c8b91ccd4c30 | |
parent | da8652d920210a5ff783a7ad30f4c24d2b5ff2a2 [diff] [blame] |
Issue #7071: byte-compilation in Distutils now looks at sys.dont_write_bytecode
diff --git a/Misc/NEWS b/Misc/NEWS index 052ec48..e26cd72 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -418,6 +418,9 @@ Library ------- +- Issue #7071: byte-compilation in Distutils is now done with respect to + sys.dont_write_bytecode. + - Issue #7066: archive_util.make_archive now restores the cwd if an error is raised. Initial patch by Ezio Melotti.