Serhiy Storchaka added the comment:

I have read the thread on Python-list 
(http://comments.gmane.org/gmane.comp.python.general/789339) and still don't 
understand the purpose of your idea.

If you need unique filesystem paths without any access to real filesystem, you 
can use simple counter. If you need unpredictable -- use random generator. For 
uniqueness use a set of already generated name. If you have additional 
requirements -- it is easy to modify you code for your needs.

----------
nosy: +georg.brandl, serhiy.storchaka

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue26362>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to