commit | a1cdfd9dc25648bf8db58c32f169baf8d5c73fc3 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Jul 03 14:52:23 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Jul 03 14:52:23 2007 +0000 |
tree | cb56d59d6f4df0a3f0d80bd7b1dba743e0fe5ce1 | |
parent | c1f779cb015272412e4da2e5cb61b4e8cdcbf191 [diff] |
Fix a subtle bug in PyString_Repr(). The smartquote code was deciding whether to use ' or " by inspecting the *output* area...