diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-15 05:25:09 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2005-12-15 05:25:09 (GMT) |
commit | a716eabca79f5da1605d758654b74798b90931d9 (patch) | |
tree | cb333c9e506fc6bef075058ff5b848d6b4677168 /Misc/NEWS | |
parent | b1975436808898d7588a00adec33524bb561089f (diff) | |
download | cpython-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/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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 |