]> granicus.if.org Git - python/commit
Issue 1267, continued.
authorGuido van Rossum <guido@python.org>
Mon, 22 Oct 2007 00:09:51 +0000 (00:09 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 22 Oct 2007 00:09:51 +0000 (00:09 +0000)
commit40d20bcf1fccfe8af2393f1aec88ba18e38d0bc1
tree0d6616333b9c3cb004b659751fe9baa4bac67ad2
parentc2954e5273520031d3debfac8c668b9e611303b3
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.
12 files changed:
Doc/c-api/concrete.rst
Doc/reference/introduction.rst
Include/fileobject.h
Lib/test/test_imp.py
Misc/NEWS
Modules/posixmodule.c
Objects/bytesobject.c
Objects/fileobject.c
Parser/tokenizer.c
Parser/tokenizer.h
Python/import.c
Python/pythonrun.c