]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Two new generally useful modules: types defines names for all built-in types,
authorGuido van Rossum <guido@python.org>
Thu, 23 Jun 1994 11:53:27 +0000 (11:53 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 23 Jun 1994 11:53:27 +0000 (11:53 +0000)
commit85d894559029cad1e5ed0f71b9a63242d4631b87
treefe4e7b8d9525dd870acbad740aba27b3bfb2bb0d
parentadb3105ec413bd29b3d7ce40a133ef600caa4e56
Two new generally useful modules: types defines names for all built-in types,
StringIO implements pseudo files writing into and reading from strings.
Lib/StringIO.py [new file with mode: 0644]
Lib/types.py [new file with mode: 0644]