commit | c7ed0e3c1301fd27122e336eef7fd233526ccfc1 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Tue Dec 12 23:12:23 2000 +0000 |
committer | Barry Warsaw <barry@python.org> | Tue Dec 12 23:12:23 2000 +0000 |
tree | 73f35a28a24fa2d7cd4451796ef3a1d2eeb0fb6f | |
parent | 132dce22469f476f399d1bbc6d1cc2f7ba0110cc [diff] |
Accept Finn Bock's patch #102208 to hardcode EINVAL to 22 when errno can't be imported. This makes StringIO.py work with Jython. Also, get rid of the string module by converting to string methods. Shorten some lines by using augmented assignment where appropriate.