dom-0

Results 1 issues of dom-0

# Bug report ### Bug description: ```python with open("testfile", "r+") as my_file: text = my_file.write("========") print(my_file.readline()) ``` Instead of writing to the beginning of the file, the program writes to...

type-bug
topic-IO