Is this a bug of str.join?

2011-02-15 Thread fireinice
Hi, all I'm just working around to generate some fake file for parsing. and I notice some weired thing happen. time = str(random.randint(1000, )) s_id = str(random.randint(1000, )) p_id = str(random.randint(1000, 99

Re: Is this a bug of str.join?

2011-02-15 Thread fireinice
On Feb 16, 1:24 am, fireinice wrote: > Hi, all > I'm just working around to generate some fake file for parsing. and I > notice some weired thing happen. >     time = str(random.randint(1000, )) >     s_id = str(random.randint(10