John Hunter wrote:
> The finally clauses in font_manager.py are python2.5 only and should
> be removed. Michael, I suspect you added these when cleaning up the
> open file handle bugs, but we'll have to find another solution.
I added this cleaning up a fairly narrow Vista-only bug at the
suggest
The finally clauses in font_manager.py are python2.5 only and should
be removed. Michael, I suspect you added these when cleaning up the
open file handle bugs, but we'll have to find another solution.
Shouldn't these be picked up by the garbage collector?
JDH
---