diff options
author | Georg Brandl <georg@python.org> | 2014-01-25 08:11:13 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-01-25 08:11:13 (GMT) |
commit | 381c280815b6652d45b2d162e6cc5274846685fc (patch) | |
tree | aff069df519b7ebb24b61e16a3104e508b9fb39b /Misc | |
parent | c11435399e7af8317e5a51642ee665347da2b97f (diff) | |
download | cpython-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/NEWS | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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. |