frmdstryr

Results 22 issues of frmdstryr

#### Your system information * System information from steam [system info](https://gist.github.com/frmdstryr/6694ed4b97cde81edf2a1b5b11b55498) [runtime info](https://gist.github.com/frmdstryr/3868cd7efc927c3e2efa27c0f563a370) * Have you checked for system updates?: [Yes/No] Yes #### Please describe your issue in as much...

Linux

The newline is here is being escaped and output as `\n` instead of a newline for some reason in 3.12. ```python x = 1 print(f"{x}\n{x}") ``` It prints ``` 1\n1...