0

I can open a file for unbuffered access with open('foo.txt', 'r+', buffering=0). Is there a way to set buffering=0 as the default, or at least for an entire python file?

askvictor
  • 3,361
  • 3
  • 30
  • 41

0 Answers0