This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients bignose, ethan.furman, georg.brandl, serhiy.storchaka
Date 2016-02-29.07:50:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1456732214.09.0.581310530088.issue26362@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-02-29 07:50:14serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, ethan.furman, bignose
2016-02-29 07:50:14serhiy.storchakasetmessageid: <1456732214.09.0.581310530088.issue26362@psf.upfronthosting.co.za>
2016-02-29 07:50:14serhiy.storchakalinkissue26362 messages
2016-02-29 07:50:13serhiy.storchakacreate