]> granicus.if.org Git - python/commit
Fix a subtle bug in PyString_Repr().
authorGuido van Rossum <guido@python.org>
Tue, 3 Jul 2007 14:52:23 +0000 (14:52 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 3 Jul 2007 14:52:23 +0000 (14:52 +0000)
commita1cdfd9dc25648bf8db58c32f169baf8d5c73fc3
treecb56d59d6f4df0a3f0d80bd7b1dba743e0fe5ce1
parentc1f779cb015272412e4da2e5cb61b4e8cdcbf191
Fix a subtle bug in PyString_Repr().
The smartquote code was deciding whether to use ' or "
by inspecting the *output* area...
Objects/stringobject.c