Changes by Frank van Dijk :
Added file: http://bugs.python.org/file36274/codecsopen3a.patch
___
Python tracker
<http://bugs.python.org/issue22128>
___
___
Python-bug
Changes by Frank van Dijk :
Added file: http://bugs.python.org/file36273/codecsopen2a.patch
___
Python tracker
<http://bugs.python.org/issue22128>
___
___
Python-bug
Frank van Dijk added the comment:
> Marc-Andre Lemburg added the comment:
>
> Pointing people to io.open() as alternative to codecs.open() is a good idea,
> but that doesn't make codecs.open() less useful.
>
> The reason why codecs.open() uses binary mode is to avoid i
Changes by Frank van Dijk :
Added file: http://bugs.python.org/file36235/codecsopen3.patch
___
Python tracker
<http://bugs.python.org/issue22128>
___
___
Python-bug
New submission from Frank van Dijk:
stackoverflow.com has a zillion answers recommending the use of codecs.open()
as a unicode capable drop in replacement for open(). This probably means that
there is still a lot of code being written that uses codecs.open(). That's bad
thing becau