commit | 85d894559029cad1e5ed0f71b9a63242d4631b87 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Thu Jun 23 11:53:27 1994 +0000 |
committer | Guido van Rossum <guido@python.org> | Thu Jun 23 11:53:27 1994 +0000 |
tree | fe4e7b8d9525dd870acbad740aba27b3bfb2bb0d | |
parent | adb3105ec413bd29b3d7ce40a133ef600caa4e56 [diff] |
Two new generally useful modules: types defines names for all built-in types, StringIO implements pseudo files writing into and reading from strings.