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 vstinner
Recipients alex, barry, vila, vstinner
Date 2017-02-20.15:45:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1487605553.47.0.176568433941.issue22807@psf.upfronthosting.co.za>
In-reply-to
Content
>>> import uuid
>>> u=uuid.uuid4()
>>> u.is_safe
<SafeUUID.unknown: None>

Can't we consider that UUID4 is always safe?
History
Date User Action Args
2017-02-20 15:45:53vstinnersetrecipients: + vstinner, barry, vila, alex
2017-02-20 15:45:53vstinnersetmessageid: <1487605553.47.0.176568433941.issue22807@psf.upfronthosting.co.za>
2017-02-20 15:45:53vstinnerlinkissue22807 messages
2017-02-20 15:45:53vstinnercreate