Skip to content

fix broken sys.stdout.write on modern python#12

Open
svmhdvn wants to merge 1 commit intokragen:masterfrom
svmhdvn:master
Open

fix broken sys.stdout.write on modern python#12
svmhdvn wants to merge 1 commit intokragen:masterfrom
svmhdvn:master

Conversation

@svmhdvn
Copy link
Copy Markdown

@svmhdvn svmhdvn commented Jan 26, 2025

  • Use sys.stdout.buffer.write as recommended by https://docs.python.org/3/library/sys.html to fix a bad write of an extra bad byte in hello42.tbf1 output.
  • Use recommended with open(...) idiom to read file (also fixes a nonexistent file(...) call on modern python)
  • Remove cgitb as it's deprecated and gone

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant