mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-06 13:33:59 +08:00
382cb5fe20
* Updating subprocess.pyi to support python 3.5 Also added DEVNULL which was added in 3.3 * Incorrectly checked sys.version_info * Addressed travis build failures Forgot that __init__ should return None and also forgot "self" on a method. Like a dummy.