Martin Panter added the comment:

Sorry Elias for not explaining my commands. xclip was just my way of pasting 
the patch URL from the clipboard (that I copied from Firefox).

It is not clear if we are actually making a DeprecationWarning, or going down 
the road of changing all the stdlib. But if we do, there are a couple of bits 
of Serhiy’s patch that I would rewrite more plainly, e.g. bytearray(b'\0\0') * 
len(...) instead of bytearray(b'\0') * (2 * len(...)).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27923>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to