Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ef9f2bd

Browse files
committed
add myself
1 parent d2e0c79 commit ef9f2bd

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Doc/library/io.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
.. moduleauthor:: Mark Russell <[email protected]>
99
.. moduleauthor:: Antoine Pitrou <[email protected]>
1010
.. moduleauthor:: Amaury Forgeot d'Arc <[email protected]>
11+
.. moduleauthor:: Benjamin Peterson <[email protected]>
1112
.. sectionauthor:: Benjamin Peterson <[email protected]>
1213

1314
The :mod:`io` module provides the Python interfaces to stream handling. The

Lib/io.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@
4747
"Mike Verdone <[email protected]>, "
4848
"Mark Russell <[email protected]>, "
4949
"Antoine Pitrou <[email protected]>, "
50-
"Amaury Forgeot d'Arc <[email protected]>")
50+
"Amaury Forgeot d'Arc <[email protected]>, "
51+
"Benjamin Peterson <[email protected]>")
5152

5253
__all__ = ["BlockingIOError", "open", "IOBase", "RawIOBase", "FileIO",
5354
"BytesIO", "StringIO", "BufferedIOBase",

0 commit comments

Comments
 (0)