Commit Graph

4 Commits

Author SHA1 Message Date
Guido van Rossum
1c03574ac4 Use IO[bytes] instead of BytesIO in the pickle stub.
Reason: open() returns IO[Any], which is acceptable as IO[bytes] but not as BytesIO.
2016-03-17 12:57:42 -07:00
Martin Geisler
94467be42f Complete pickle stubs 2016-03-15 10:26:33 +01:00
Matthias Kramm
94c9ce8fd0 Consistently use '= ...' for optional parameters. 2015-11-09 13:55:02 -08:00
Matthias Kramm
337abed05a add (overwrite with) mypy stubs, if available 2015-09-30 09:59:44 -07:00