| commit | b3a77964ea89a488fc0e920e3db6d8477279f19b | [log] [tgz] |
|---|---|---|
| author | Serhiy Storchaka <storchaka@gmail.com> | Thu Sep 21 14:24:13 2017 +0300 |
| committer | GitHub <noreply@github.com> | Thu Sep 21 14:24:13 2017 +0300 |
| tree | 880d5770553aac324a7b29efdb233eca0cfbd38a | |
| parent | 9adda0cdf89432386b7a04444a6199b580d287a1 [diff] |
bpo-27541: Reprs of subclasses of some classes now contain actual type name. (#3631) Affected classes are bytearray, array, deque, defaultdict, count and repeat.