]> granicus.if.org Git - python/commit
Use PyArg_ParseTuple (new API) instead of PyArg_Parse (old API) for parsing tuples.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 19 Apr 2015 17:38:19 +0000 (20:38 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 19 Apr 2015 17:38:19 +0000 (20:38 +0300)
commitbb72c479965c8a260c5350a4f55cac957f41c7b7
treefac6169f5e1e6140012b3474014fcbe43a8fe8f0
parent5cc9c4fdf718eff310b2a4ad0dbb17f61990bfed
Use PyArg_ParseTuple (new API) instead of PyArg_Parse (old API) for parsing tuples.
Modules/_io/textio.c