diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2008-12-13 15:36:49 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2008-12-13 15:36:49 (GMT) |
commit | 084486b234b0b78bde371c5c227bd4951ed6acde (patch) | |
tree | bed33623723b6a52629eed03f818d7151447f3fb /Misc | |
parent | 710fb8bf4597f1c81f1fc50a6b174fc04c68dc42 (diff) | |
download | cpython-084486b234b0b78bde371c5c227bd4951ed6acde.zip cpython-084486b234b0b78bde371c5c227bd4951ed6acde.tar.gz cpython-084486b234b0b78bde371c5c227bd4951ed6acde.tar.bz2 |
Issue #1706039: Support continued reading from a file even after
EOF was hit.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,6 +12,9 @@ What's New in Python 2.5.3? Core and builtins ----------------- +- Issue #1706039: Support continued reading from a file even after + EOF was hit. + - Issue #1683: prevent forking from interfering in threading storage. - Issue #4597: Fixed several opcodes that weren't always propagating |