New submission from 韩振宇 <0oshowe...@gmail.com>:
When I write a long file using write() function, the resulting file is
truncated into some specific level when the file is newly establised. However,
when the file is existing, the full length can be achieved.
Here is the example code:
f
Change by 韩振宇 <0oshowe...@gmail.com>:
--
components: +macOS
nosy: +ned.deily, ronaldoussoren
type: -> behavior
___
Python tracker
<https://bugs.python.or
Change by 韩振宇 <0oshowe...@gmail.com>:
--
resolution: -> not a bug
___
Python tracker
<https://bugs.python.org/issue40476>
___
___
Python-bugs-li
韩振宇 <0oshowe...@gmail.com> added the comment:
After f.close() it apperas. That's my fault. Thank you.
--
___
Python tracker
<https://bugs.python.
Change by 韩振宇 <0oshowe...@gmail.com>:
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue40476>
___
__