bskinn / stdio-mgr

Context manager for mocking/wrapping stdin/stdout/stderr
MIT License
14 stars 4 forks source link

Python 2.7 backport #34

Closed bskinn closed 1 year ago

bskinn commented 5 years ago

Per here, potentially useful for some projects still on the Python 2 tail.

jayvdb commented 5 years ago

I suggest that we build for py3.x only until we're happy with what will be in v2, and then try py27 support on temp branches and make a decision if it is worth it.

bskinn commented 1 year ago

Py2 is firmly EOL. stdio-mgr will be Python 3 only.