]> granicus.if.org Git - python/commit
Patch by Ron Adam to make repr(str8(...)) return something looking like
authorGuido van Rossum <guido@python.org>
Fri, 15 Jun 2007 00:00:12 +0000 (00:00 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 15 Jun 2007 00:00:12 +0000 (00:00 +0000)
commit7611d1d35e5006380c41e060d1ec2723a8465b14
treec5aa98fd1b769e7a389c4be763a072fbde03a659
parentbb5f590323f49c57c5374f2ba7683832e6f1b4ef
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.
Objects/stringobject.c