diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-08-27 05:36:07 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-08-27 05:36:07 (GMT) |
commit | 108f13751999f63c20fa9067f3fc0feb6a87718e (patch) | |
tree | 141841ac135b6be661c7d316f2fee21f158d5e2c /Lib/pprint.py | |
parent | 894c512c2ff6c2ec511716e58d8c4d9ff7e8c137 (diff) | |
download | cpython-108f13751999f63c20fa9067f3fc0feb6a87718e.zip cpython-108f13751999f63c20fa9067f3fc0feb6a87718e.tar.gz cpython-108f13751999f63c20fa9067f3fc0feb6a87718e.tar.bz2 |
test_bug1001011(): Verify that
s.join([t]) is t
for (s, t) in (str, str), (unicode, unicode), and (str, unicode).
For (unicode, str), verify that it's *not* t (the result is promoted
to unicode instead). Also verify that when t is a subclass of str or
unicode that "the right thing" happens.
Diffstat (limited to 'Lib/pprint.py')
0 files changed, 0 insertions, 0 deletions