commit | 40d20bcf1fccfe8af2393f1aec88ba18e38d0bc1 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Oct 22 00:09:51 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Oct 22 00:09:51 2007 +0000 |
tree | 0d6616333b9c3cb004b659751fe9baa4bac67ad2 | |
parent | c2954e5273520031d3debfac8c668b9e611303b3 [diff] |
Issue 1267, continued. Additional patch by Christian Heimes to deal more cleanly with the FILE* vs file-descriptor issues. I cleaned up his code a bit, and moved the lseek() call into import.c.