Hi Ronny, Not sure about removing as it will break things that are working even if by accident. I don't see any problem about deprecating it and warning about not using it in new code.
Cheers On Sat, Jun 24, 2017 at 10:39 AM RonnyPfannschmidt < [email protected]> wrote: > Hi everyone, > > after investigating the issue i pretty much had to deduce that a > horrible mistake happened while doing the python3 port, and the write > method was a complete and broken mess ever since working only by > accident on ascii inputs > > any sane fix needs a break in api and so i propose deprecating/removing > it as both write_text and write_bytes exist and always do the correct > thing and the magic mess method could really use a removal > > i strictly oppose fixing it with even more hacks ^^ > > -- Ronny > > _______________________________________________ > pytest-dev mailing list > [email protected] > https://mail.python.org/mailman/listinfo/pytest-dev >
_______________________________________________ pytest-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pytest-dev
