]> granicus.if.org Git - python/commit
Issue #27007: The fromhex() class methods of bytes and bytearray subclasses
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 1 Jul 2016 14:22:31 +0000 (17:22 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 1 Jul 2016 14:22:31 +0000 (17:22 +0300)
commit0855e706aa7fed842e18b0ce14e18d6574318643
tree2fa36bacf92f87ea7361122e8a49d8690c7d5e1b
parentcf8b42e9043766338c0b16d0dca3ed5ca70a812d
Issue #27007: The fromhex() class methods of bytes and bytearray subclasses
now return an instance of corresponding subclass.
Lib/test/test_bytes.py
Misc/NEWS
Objects/bytearrayobject.c
Objects/bytesobject.c
Objects/clinic/bytearrayobject.c.h