]> granicus.if.org Git - python/commit
bpo-27541: Reprs of subclasses of some classes now contain actual type name. (#3631)
authorSerhiy Storchaka <storchaka@gmail.com>
Thu, 21 Sep 2017 11:24:13 +0000 (14:24 +0300)
committerGitHub <noreply@github.com>
Thu, 21 Sep 2017 11:24:13 +0000 (14:24 +0300)
commitb3a77964ea89a488fc0e920e3db6d8477279f19b
tree880d5770553aac324a7b29efdb233eca0cfbd38a
parent9adda0cdf89432386b7a04444a6199b580d287a1
bpo-27541: Reprs of subclasses of some classes now contain actual type name. (#3631)

Affected classes are bytearray, array, deque, defaultdict, count and repeat.
Lib/test/test_defaultdict.py
Misc/NEWS.d/next/Library/2017-09-17-19-59-04.bpo-27541.cIMFJW.rst [new file with mode: 0644]
Modules/_collectionsmodule.c
Modules/arraymodule.c
Modules/itertoolsmodule.c
Objects/bytearrayobject.c