mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
Merged revisions 68835 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r68835 | antoine.pitrou | 2009-01-21 01:45:36 +0100 (mer., 21 janv. 2009) | 6 lines Issue #5008: When a file is opened in append mode with the new IO library, do an explicit seek to the end of file (so that e.g. tell() returns the file size rather than 0). This is consistent with the behaviour of the traditional 2.x file object. ........
This commit is contained in:
parent
6268cbc771
commit
08838b6acf
3 changed files with 29 additions and 0 deletions
|
|
@ -137,6 +137,11 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #5008: When a file is opened in append mode with the new IO library,
|
||||
do an explicit seek to the end of file (so that e.g. tell() returns the
|
||||
file size rather than 0). This is consistent with the behaviour of the
|
||||
traditional 2.x file object.
|
||||
|
||||
- Issue #5013: Fixed a bug in FileHandler which occurred when the delay
|
||||
parameter was set.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue