New submission from Simon Conseil:
There is an encoding issue between codecs.open and sax (see attached file). The
issue is reproducible on Python 3.3.1, it is working fine on Python 3.3.0
--
components: Library (Lib)
files: report.txt
messages: 188508
nosy: sconseil
priority: normal
Simon Conseil added the comment:
thanks everybody !
--
___
Python tracker
<http://bugs.python.org/issue17915>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Simon Conseil:
Hi,
There is an issue in the webbrowser module for Mac OS when the BROWSER
environment variable is set:
Python 2.7.10 (default, Jul 14 2015, 19:46:27)
[GCC 4.2.1 Compatible Apple LLVM 6.0 (clang-600.0.39)] on darwin
Type "help", "copyright
Simon Conseil added the comment:
New version of the patch to rename the _name attribute to name as in other
BaseBrowser subclasses.
--
Added file: http://bugs.python.org/file40291/webbrowser.patch
___
Python tracker
<http://bugs.python.
Changes by Simon Conseil :
Removed file: http://bugs.python.org/file40290/webbrowser.patch
___
Python tracker
<http://bugs.python.org/issue24955>
___
___
Python-bug
Simon Conseil added the comment:
I have looked at the webbrowser tests and it seems not so easy: currently the
MacOS browser classes are not tested, and they don't the GenericBrowser base
class. Instead they use custom code with os.popen, so it would require some
work either replace os.