summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2008-12-13 15:36:49 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2008-12-13 15:36:49 (GMT)
commit084486b234b0b78bde371c5c227bd4951ed6acde (patch)
treebed33623723b6a52629eed03f818d7151447f3fb /Misc
parent710fb8bf4597f1c81f1fc50a6b174fc04c68dc42 (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index fa5ceb6..18af6d0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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