Hi,

do you think that for fixing that, using

return ''.join(random.choice('abcdefghijklmnopqrstuvwxyz123456789') for
i in xrange(length))

instead of the actual

return ''.join([str(random.randint(0, 9)) for i in range(length)])


would be an acceptable fix ?


-- 
To UNSUBSCRIBE, email to debian-python-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/52547d33.7070...@espelida.com

Reply via email to