summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2014-01-25 08:11:13 (GMT)
committerGeorg Brandl <georg@python.org>2014-01-25 08:11:13 (GMT)
commit381c280815b6652d45b2d162e6cc5274846685fc (patch)
treeaff069df519b7ebb24b61e16a3104e508b9fb39b /Misc
parentc11435399e7af8317e5a51642ee665347da2b97f (diff)
downloadcpython-381c280815b6652d45b2d162e6cc5274846685fc.zip
cpython-381c280815b6652d45b2d162e6cc5274846685fc.tar.gz
cpython-381c280815b6652d45b2d162e6cc5274846685fc.tar.bz2
#20311: revert changes to 3.3 branch for now until experts have decided how to resolve the issue.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cac7561..17db15a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -61,10 +61,6 @@ Library
- Issue #20374: Fix build with GNU readline >= 6.3.
-- Issue #20311: select.epoll.poll() now rounds the timeout away from zero,
- instead of rounding towards zero. For example, a timeout of one microsecond
- is now rounded to one millisecond, instead of being rounded to zero.
-
- Issue #20262: Warnings are raised now when duplicate names are added in the
ZIP file or too long ZIP file comment is truncated.