commit | 2413e038c41927b448f92062bdbc40e23d4a2809 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sat Jun 02 18:53:07 2007 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sat Jun 02 18:53:07 2007 +0000 |
tree | c4869993ab2c993d41e770df92b271e9d840d81e | |
parent | 2e23bb75456ac0952868ef532b55cc26a7c06909 [diff] [blame] |
Backport 55731: SF 1668596/1720897: distutils now copies data files even if package_dir is empty.
diff --git a/Misc/NEWS b/Misc/NEWS index 4d1ca27..a397e4d 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ Library ------- +- SF 1668596/1720897: distutils now copies data files + even if package_dir is empty. + - Fix bug in marshal where bad data would cause a segfault due to lack of an infinite recursion check.