mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-22 15:56:50 +08:00
* Add `None` to type union for `subprocess.Popen.communicate` stub's `input` parameter. * subprocess.communicate `input` annotated as `Optional[AnyStr]` for both 2.7 and 3.x; `timeout` as `Optional[float]`.