You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 25, 2020. It is now read-only.
This is Issue 5 moved from a Google Code project.
Added by 2009-04-15T23:04:56.000Z by [email protected].
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Enhancement, Priority-Low, OpSys-All, Component-Docs
Original description
Documentation points to using sys.exit(...) -- which must be avoided for
sys.exit has a side-effect of *printing* non-int objects to console.
One way to return process exit code is to use 'raise SystemExit'
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is Issue 5 moved from a Google Code project.
Added by 2009-04-15T23:04:56.000Z by [email protected].
Please review that bug for more context and additional comments, but update this bug.
Original labels: Type-Enhancement, Priority-Low, OpSys-All, Component-Docs
Original description
The text was updated successfully, but these errors were encountered: