Show More
@@ -764,10 +764,6 b' except AttributeError: # Python 3' | |||
|
764 | 764 | _dict_pprinter_factory('mappingproxy({', '})') |
|
765 | 765 | _type_pprinters[slice] = _repr_pprint |
|
766 | 766 | |
|
767 | try: | |
|
768 | _type_pprinters[long] = _repr_pprint | |
|
769 | _type_pprinters[unicode] = _repr_pprint | |
|
770 | except NameError: | |
|
771 | 767 |
|
|
772 | 768 |
|
|
773 | 769 |
General Comments 0
You need to be logged in to leave comments.
Login now