Commit Graph

5 Commits

Author SHA1 Message Date
Eklavya Sharma
7f7a5789bd Add attribute 'name' to StringIO (#600)
Add an attribute 'name' of type str to StringIO.StringIO in python2
and io.StringIO in python2 and python3.

Fixes #598.
2016-10-12 07:34:58 -07:00
Guido van Rossum
312725ed5d Add next() to more IO classes 2016-09-13 11:48:50 -07:00
Guido van Rossum
0907e2cdda Add missing BytesIO.next(). 2016-09-12 12:24:06 -07: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