]> granicus.if.org Git - python/commit
Added a new "base" type, IOobject for which most of the
authorJim Fulton <jim@zope.com>
Fri, 6 Oct 2000 19:24:23 +0000 (19:24 +0000)
committerJim Fulton <jim@zope.com>
Fri, 6 Oct 2000 19:24:23 +0000 (19:24 +0000)
commite60de4d30984b6d551cda0515fb76ac02d547415
tree91a2178dffac867f7024b992bb835e35e20ec698
parentd1229f56512c0d8dc3fd70889f1533a6fa0ece33
Added a new "base" type, IOobject for which most of the
operations are defined.  This will, hopefully clarify
some of the logic.

Added close test to raise proper error when operations
are performed on closed StringIOs.

Added a position argument to the truncate method.

Added a size argument to readline.

Added PyArg_Parse calls for methods that don't take arguments to
make sure they don't take arguments.
Modules/cStringIO.c