mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 00:37:10 +08:00
* 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.