Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

svmhdvn
Copy link

@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