[issue32228] truncate() changes current stream position

2018-01-28 Thread Antoine Pitrou
Antoine Pitrou added the comment: I've now pushed Nitish's fix to 3.7 and 3.6. I have no interest in backporting to 2.7 at this point. Closing! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 3.7 -Python 2.7, Python

[issue32228] truncate() changes current stream position

2018-01-28 Thread Antoine Pitrou
Antoine Pitrou added the comment: New changeset 1d896ed2cddada4455f40782e4120249defbfa70 by Antoine Pitrou in branch '3.6': [3.6] bpo-32228: Reset raw_pos after unwinding the raw stream (GH-4858) (#5389)

[issue32228] truncate() changes current stream position

2018-01-28 Thread Antoine Pitrou
Change by Antoine Pitrou : -- pull_requests: +5224 ___ Python tracker ___ ___

[issue32228] truncate() changes current stream position

2018-01-28 Thread Antoine Pitrou
Antoine Pitrou added the comment: New changeset 059f58ce938d9c3f0286412a4efb1b9131339421 by Antoine Pitrou (Nitish Chandra) in branch 'master': bpo-32228: Reset raw_pos after unwinding the raw stream (#4858)

[issue32228] truncate() changes current stream position

2017-12-13 Thread Nitish
Change by Nitish : -- keywords: +patch pull_requests: +4747 stage: -> patch review ___ Python tracker ___

[issue32228] truncate() changes current stream position

2017-12-11 Thread Nitish
Change by Nitish : -- nosy: +nitishch ___ Python tracker ___ ___ Python-bugs-list

[issue32228] truncate() changes current stream position

2017-12-05 Thread andreymal
Change by andreymal : -- type: -> behavior ___ Python tracker ___ ___

[issue32228] truncate() changes current stream position

2017-12-05 Thread andreymal
Change by andreymal : -- title: truncate() changes tell() result -> truncate() changes current stream position ___ Python tracker