aaronsw / html2text

Convert HTML to Markdown-formatted text.
http://www.aaronsw.com/2002/html2text/
GNU General Public License v3.0
2.58k stars 410 forks source link

run_tests.py: Update 'file()' -> 'open()' #66

Closed wking closed 11 years ago

wking commented 11 years ago

open() has been the recommended usage for quite a while now, and file() is gone in Python 3.

mcepl commented 11 years ago

Most likely obsoleted by #77, which seems to me to be more comprehensive.

wking commented 11 years ago

On Sun, May 05, 2013 at 02:56:32PM -0700, Matěj Cepl wrote:

Most likely obsoleted by #77, which seems to me to be more comprehensive.

Agreed.