commit | 7611d1d35e5006380c41e060d1ec2723a8465b14 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Jun 15 00:00:12 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Jun 15 00:00:12 2007 +0000 |
tree | c5aa98fd1b769e7a389c4be763a072fbde03a659 | |
parent | bb5f590323f49c57c5374f2ba7683832e6f1b4ef [diff] |
Patch by Ron Adam to make repr(str8(...)) return something looking like s'...' instead of '...', allowing it to be distinguished from unicode strings. This doesn't roundtrip -- for now, that's intentional, as the goal is to rip these out rather than to make it a feature, and making them stand out (breaking 8 more tests) helps us track them down so we can rip them out.