Éric Araujo <mer...@netwok.org> added the comment:

Not sure if this merits a new bug report: The conversion currently promotes the 
open().read() anti-pattern, which is not guaranteed to release file handles as 
soon as possible in all VMs. Using a with block would fix that.

----------
nosy: +merwok

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7268>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to