summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-01-13 03:53:14 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-01-13 03:53:14 (GMT)
commit109d3ab2c85b9dcb442a98df2f17a689bf20955b (patch)
tree2af24f2bd129bb0a4df04c6a4840bf20c88f5dc5 /Misc
parentfae34df767b9d76b2a8888070364bcbd0b05535b (diff)
downloadcpython-109d3ab2c85b9dcb442a98df2f17a689bf20955b.zip
cpython-109d3ab2c85b9dcb442a98df2f17a689bf20955b.tar.gz
cpython-109d3ab2c85b9dcb442a98df2f17a689bf20955b.tar.bz2
Merged revisions 77459 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r77459 | benjamin.peterson | 2010-01-12 21:49:50 -0600 (Tue, 12 Jan 2010) | 1 line 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 1b71de6..c91a22c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -65,6 +65,8 @@ Core and Builtins
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.