Files
cpython/Lib
Tim Peters 108f137519 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.
2004-08-27 05:36:07 +00:00
..
2004-08-20 03:47:14 +00:00
2004-08-07 06:03:09 +00:00
2004-08-20 06:19:23 +00:00
2004-08-20 03:47:14 +00:00
2004-08-27 05:36:07 +00:00
2004-02-12 17:35:32 +00:00
2004-08-13 20:06:57 +00:00
2004-03-20 22:18:03 +00:00
2004-07-07 20:54:48 +00:00
2003-11-20 13:38:01 +00:00
2004-05-18 04:24:02 +00:00
2004-07-31 00:19:43 +00:00
2004-02-12 17:35:32 +00:00
2004-02-12 17:35:32 +00:00
2004-08-07 16:51:30 +00:00
2004-02-12 17:35:32 +00:00
2004-08-18 15:13:41 +00:00
2004-08-20 03:47:14 +00:00
2004-05-14 16:31:56 +00:00
2004-06-07 02:07:15 +00:00
2004-06-02 17:40:43 +00:00
2004-02-12 17:35:32 +00:00
2004-03-14 07:54:37 +00:00
2004-07-07 20:54:48 +00:00
2004-01-18 20:29:55 +00:00
2004-08-08 01:05:14 +00:00
2003-12-17 20:43:33 +00:00
2004-08-07 21:44:37 +00:00