commit | 674f241e9c5bd0f40418580d74e3c8e430f651cc | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon Aug 23 23:23:54 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Mon Aug 23 23:23:54 2004 +0000 |
tree | de1ddc670e5b000922d74d31834e45039e823746 | |
parent | dd50cb748a4dc317891a8df50adc8371db7598cc [diff] |
SF Patch #1007087: Return new string for single subclass joins (Bug #1001011) (Patch contributed by Nick Coghlan.) Now joining string subtypes will always return a string. Formerly, if there were only one item, it was returned unchanged.