readlines() question
Moshe Zadka
moshez at math.huji.ac.il
Sat Jun 10 01:56:29 EDT 2000
On 10 Jun 2000, L Stewart wrote:
> Again just out of curiosity, what does JPython do?
[About file objects which become unreachable]
It calls them at GC time. Which can be any time between now and the end of
the program (perhaps not at all).
> (CPython is the
> standard python distribution or another one?)
Yes. CPython is the name when trying to distinguish it from the abstract
concept of the Python language.
--
Moshe Zadka <moshez at math.huji.ac.il>
http://www.oreilly.com/news/prescod_0300.html
http://www.linux.org.il -- we put the penguin in .com
More information about the Python-list
mailing list