diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-01-13 03:53:14 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-01-13 03:53:14 (GMT) |
commit | 109d3ab2c85b9dcb442a98df2f17a689bf20955b (patch) | |
tree | 2af24f2bd129bb0a4df04c6a4840bf20c88f5dc5 /Misc | |
parent | fae34df767b9d76b2a8888070364bcbd0b05535b (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |