mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-30 06:35:22 +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.