]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Doc that file.next() has undefined behaviour when called on a file opened with
authorBrett Cannon <bcannon@gmail.com>
Sun, 8 Apr 2007 04:29:32 +0000 (04:29 +0000)
committerBrett Cannon <bcannon@gmail.com>
Sun, 8 Apr 2007 04:29:32 +0000 (04:29 +0000)
commit55a1864832a02725b339a9ae98dd6849251c623b
tree23cd003e8a130572a8081a75e124542fa12a22af
parentbf618564279a872e046d6540a560acce86503acb
Doc that file.next() has undefined behaviour when called on a file opened with
'w'.  Closes bug #1569057.

To be backported once 2.5 branch is unfrozen.
Doc/lib/libstdtypes.tex
Misc/NEWS