[issue20895] Add bytes.empty_buffer and deprecate bytes(17) for the same purpose

Serhiy Storchaka report at bugs.python.org
Wed Mar 12 11:57:12 CET 2014


Serhiy Storchaka added the comment:

Class method is not needed. This is just b'\0' * 7.

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list