summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7ef147d..1179c9f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -132,6 +132,9 @@ Extensions
Library
-------
+- Issue #1512791: In setframerate() in the wave module, non-integral
+ frame rates are rounded to the nearest integer.
+
- Issue #8797: urllib2 does a retry for Basic Authentication failure instead of
falling into recursion.