summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-01-13 03:49:50 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-01-13 03:49:50 (GMT)
commit5efea0430caf2c6e066ae2f32e4c28f65d42d69a (patch)
tree49eec9ffecadf8911742b948c763b1b7ffcf447e /Misc
parentee5383da5a3c78acb8f4d1fa0898ba8fcbf67e41 (diff)
downloadcpython-5efea0430caf2c6e066ae2f32e4c28f65d42d69a.zip
cpython-5efea0430caf2c6e066ae2f32e4c28f65d42d69a.tar.gz
cpython-5efea0430caf2c6e066ae2f32e4c28f65d42d69a.tar.bz2
use floor division where needed #7681
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c7c943f..c854027 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.