summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-12-15 05:25:09 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2005-12-15 05:25:09 (GMT)
commita716eabca79f5da1605d758654b74798b90931d9 (patch)
treecb333c9e506fc6bef075058ff5b848d6b4677168 /Misc
parentb1975436808898d7588a00adec33524bb561089f (diff)
downloadcpython-a716eabca79f5da1605d758654b74798b90931d9.zip
cpython-a716eabca79f5da1605d758654b74798b90931d9.tar.gz
cpython-a716eabca79f5da1605d758654b74798b90931d9.tar.bz2
Revert r41662 and the part of 41552 that originally caused the problem
(calling ftell(stdin) doesn't seem defined). So we won't test errors from ftell unless we can do it portably.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 0 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index c8e8981..d675706 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,9 +12,6 @@ What's New in Python 2.5 alpha 1?
Core and builtins
-----------------
-- Added a workaround for file.tell() to raise IOError when the file
- is a tty on every platforms as documented in our library reference.
-
- Patch #1350409: Work around signal handling bug in Visual Studio 2005.
- Bug #1281408: Py_BuildValue now works correct even with unsigned longs