[issue1521491] file.seek() influences write() when opened with a+ mode

2009-04-15 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc added the comment: I can't reproduce it with python2.6 on Vista. The newer C runtime (msvcr90.dll) probably corrected this. -- nosy: +amaury.forgeotdarc resolution: -> out of date status: pending -> closed ___ Python tracker <

[issue1521491] file.seek() influences write() when opened with a+ mode

2009-03-29 Thread Daniel Diniz
Daniel Diniz added the comment: Can anyone confirm this for Windows and 2.6? Closing otherwise. -- nosy: +ajaksu2 priority: normal -> low stage: -> test needed status: open -> pending title: file.seek() influelce write() when opened with a+ mode -> file.seek() influences write() when