]> granicus.if.org Git - python/commit
Issue #25766: Special method __bytes__() now works in str subclasses.
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 20 Dec 2015 14:37:21 +0000 (16:37 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 20 Dec 2015 14:37:21 +0000 (16:37 +0200)
commit3182db356c8e6106b7bdab907739c741c508037a
tree74503a2d8698fac210897f8a76a796497d0beb91
parent5decf0bf325a7a2d85910e2580c10aa03c907efc
parent5aac3ed79999f6948d11f979ab3e42b9b60e9083
Issue #25766: Special method __bytes__() now works in str subclasses.
Lib/test/test_bytes.py
Misc/NEWS
Objects/bytesobject.c