Danilo J. S. Bellini added the comment:
Wouldn't a fix for all standard collections be a fix for Python 3.5+, therefore
another issue? http://bugs.python.org/issue23870
This issue is about sets/frozensets Python 3.2+, and I'm pretty sure it's
backwards compatible, as I don
New submission from Danilo J. S. Bellini:
The pprint pretty printer in Python 3 sorts sets/frozensets only if their
length don't fit in one single line/row for the given width, else it was just
leaving repr(my_set_instance) alone, like:
>>> import string, pprint
>>
j s added the comment:
I had this issue too, I realised that I had installed the 32bit version on a
machine running 64bit. So I uninstalled and installed the 64bit and it's fine
now.
--
nosy: +evilpandas
___
Python tracker
<http://bugs.py