commit | 4548239e2b171ea9fa175744f17a32a884ab514a | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Mon Jul 03 12:28:58 2006 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Mon Jul 03 12:28:58 2006 +0000 |
tree | c1dd9cfec1d6f2ee55c9e810008c46d7f75091de | |
parent | fcfff0a7fa6ece4c806b6e1a0a66b5ce214b9a28 [diff] [blame] |
Bug #1267547: Put proper recursive setup.py call into the spec file generated by bdist_rpm.
diff --git a/Misc/NEWS b/Misc/NEWS index 4740104..4cb5cd3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -22,6 +22,9 @@ Library ------- +- Bug #1267547: Put proper recursive setup.py call into the + spec file generated by bdist_rpm. + - Bug #1514693: Update turtle's heading when switching between degrees and radians.