This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
0.1.3
- Add automatic intercepting of print calls and append them to
response.output
. This makes more libraries work out of the box, as printing
would previously cause an error due to communication over stdin/stdout.- Note that using stdin/stdout directly will still cause an error, but that is
less common.
- Note that using stdin/stdout directly will still cause an error, but that is