This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: io reading & updating fix
Type: enhancement Stage: resolved
Components: IO Versions: Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: ke265379ke
Priority: normal Keywords: patch

Created on 2020-07-30 08:42 by ke265379ke, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 21686 closed ke265379ke, 2020-07-31 03:00
Messages (2)
msg374605 - (view) Author: 施文峰 (ke265379ke) * Date: 2020-07-30 08:50
happen at io's reading & updating(r+) mode
if you remove whole content ( truncate(0) ), tell wil not back to 0
then you start writing will start at current position
that's why problem happen
msg374607 - (view) Author: 施文峰 (ke265379ke) * Date: 2020-07-30 09:32
Please refer to the test case-  https://github.com/841020/open_source
History
Date User Action Args
2022-04-11 14:59:34adminsetgithub: 85613
2020-07-31 03:00:15ke265379kesetpull_requests: + pull_request20837
2020-07-31 01:37:35ke265379kesetpull_requests: - pull_request20829
2020-07-30 10:06:55ke265379kesetstatus: open -> closed
stage: patch review -> resolved
2020-07-30 09:32:35ke265379kesetmessages: + msg374607
2020-07-30 08:58:51ke265379kesetresolution: fixed
2020-07-30 08:50:02ke265379kesetmessages: + msg374605
2020-07-30 08:48:13ke265379kesetkeywords: + patch
stage: patch review
pull_requests: + pull_request20829
2020-07-30 08:42:51ke265379kecreate