mirror of
https://github.com/python/cpython.git
synced 2026-05-11 07:00:24 -04:00
07cbc4e5bd
Add support for parsing already-opened files. Make sure the parse() method closes exactly those files that it opens. Modified by FLD for better conformance to the Python style guide. This closes SourceForge patch #101512.