pprint({x: x for x in range(15)}, compact=True)
would be be printed in 15 lines while it could fit on 2. Is this a bug or was this decided on purpose? Thank you! -- https://mail.python.org/mailman/listinfo/python-list
pprint({x: x for x in range(15)}, compact=True)
would be be printed in 15 lines while it could fit on 2. Is this a bug or was this decided on purpose? Thank you! -- https://mail.python.org/mailman/listinfo/python-list