Re: [Python-Dev] Re: [Bug #121013] Bug in <stringobject>.join(<unicodestring>)

Nov. 27, 2000
9:35 p.m.
looking again, this was obviously only true for the unicode version (which uses PySequence_GetItem), not for the 8-bit string version (which uses the PySequence_Fast API). maybe we should change the 8-bit implementation instead? if not, +1. </F>
8877
Age (days ago)
8877
Last active (days ago)
0 comments
1 participants
participants (1)
-
Fredrik Lundh