commit | 084486b234b0b78bde371c5c227bd4951ed6acde | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Dec 13 15:36:49 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Dec 13 15:36:49 2008 +0000 |
tree | bed33623723b6a52629eed03f818d7151447f3fb | |
parent | 710fb8bf4597f1c81f1fc50a6b174fc04c68dc42 [diff] [blame] |
Issue #1706039: Support continued reading from a file even after EOF was hit.
diff --git a/Misc/NEWS b/Misc/NEWS index fa5ceb6..18af6d0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -12,6 +12,9 @@ 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