[issue21476] Inconsitent behaviour between BytesParser.parse and Parser.parse

R. David Murray report at bugs.python.org
Fri May 30 17:23:25 CEST 2014


R. David Murray added the comment:

I think the code should be using 'detach' after passing the fp to parser.parse, instead of using 'with'.

----------
versions: +Python 3.5 -Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21476>
_______________________________________


More information about the Python-bugs-list mailing list