commit | e7b9fde1b8461b389f2bcc21350eb132a287f14b | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Wed Sep 25 18:47:39 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Wed Sep 25 18:47:39 1996 +0000 |
tree | 3a274430d0160ef93fd2525f93e29fe97bdce26f | |
parent | 13bfbe77d61185ba460e28bdce8708c7abd68008 [diff] |
1. Correct typo in FileWrapper.close() (fix by AMK). 2. New trusted built-in modules cmath, errno, operator, parser. 3. Corrected bogus s_apply() -- the new one actually works (reported by AMK).