diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-01-13 03:49:50 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-01-13 03:49:50 (GMT) |
commit | 5efea0430caf2c6e066ae2f32e4c28f65d42d69a (patch) | |
tree | 49eec9ffecadf8911742b948c763b1b7ffcf447e /Misc | |
parent | ee5383da5a3c78acb8f4d1fa0898ba8fcbf67e41 (diff) | |
download | cpython-5efea0430caf2c6e066ae2f32e4c28f65d42d69a.zip cpython-5efea0430caf2c6e066ae2f32e4c28f65d42d69a.tar.gz cpython-5efea0430caf2c6e066ae2f32e4c28f65d42d69a.tar.bz2 |
use floor division where needed #7681
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -209,6 +209,8 @@ C-API 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. |