commit | 5efea0430caf2c6e066ae2f32e4c28f65d42d69a | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Jan 13 03:49:50 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Jan 13 03:49:50 2010 +0000 |
tree | 49eec9ffecadf8911742b948c763b1b7ffcf447e | |
parent | ee5383da5a3c78acb8f4d1fa0898ba8fcbf67e41 [diff] [blame] |
use floor division where needed #7681
diff --git a/Misc/NEWS b/Misc/NEWS index c7c943f..c854027 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -209,6 +209,8 @@ Library ------- +- Issue #7681: Use floor division in appropiate places in the wave module. + - Issue #5372: Drop the reuse of .o files in Distutils' ccompiler (since Extension extra options may change the output without changing the .c file). Initial patch by Collin Winter.