Message185078
Same as issue #17150: >>> pprint.pprint({"a": b"\x00\xff" * 20}) {'a': b'\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff'} ... could be better formatted as: >>> pprint.pprint({"a": b"\x00\xff" * 20}) {'a': b'\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00' b'\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff\x00\xff' b'\x00\xff\x00\xff\x00\xff'} | |
| Date | User | Action | Args | | 2013-03-23 19:39:37 | pitrou | set | recipients: + pitrou, fdrake | | 2013-03-23 19:39:37 | pitrou | set | messageid: <1364067577.46.0.261047534718.issue17530@psf.upfronthosting.co.za> | | 2013-03-23 19:39:37 | pitrou | link | issue17530 messages | | 2013-03-23 19:39:37 | pitrou | create | | |