"Edin Salkovic" <[EMAIL PROTECTED]> writes:
> I would just suggest using open() instead of file(), but this is a
> general Python tip :)
>
> Everything else seems OK.
Thanks, committed.
--
Jouni K. Seppänen
http://www.iki.fi/jks
I would just suggest using open() instead of file(), but this is a
general Python tip :)
Everything else seems OK.
Best,
Edin
On 3/13/07, Jouni K. Seppänen <[EMAIL PROTECTED]> wrote:
> [Moving to the devel list.]
>
> Here's a patch for font_manager.py to close opened files. Could
> somebody revi