commit | a801b6a1fd3f2df1fb47c30f5d329bd80e4cbebc | [log] [tgz] |
---|---|---|
author | Brett Cannon <bcannon@gmail.com> | Fri Apr 27 22:35:57 2007 +0000 |
committer | Brett Cannon <bcannon@gmail.com> | Fri Apr 27 22:35:57 2007 +0000 |
tree | 7bc681515ae65d30b30f52a83e0e90eb84594f21 | |
parent | c22aee03c6a55775e55136206d81089244d17f4b [diff] |
Backport r54712: document that calling file.next() on a file open for writing leads to undefined behaviour.
diff --git a/Misc/NEWS b/Misc/NEWS index c0af383..bb8385f 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -25,6 +25,13 @@ run in verbose mode. +Documentation +------------- + +- Bug #1569057: Document that calling file.next() on a file open for writing + has undefined behaviour. Backport of r54712. + + What's New in Python 2.5.1? =============================