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 anacrolix
Recipients anacrolix
Date 2011-08-22.06:41:40
SpamBayes Score 0.0003880457
Marked as misclassified No
Message-id <1313995301.93.0.316946106703.issue12813@psf.upfronthosting.co.za>
In-reply-to
Content
The uuid.uuid4 function is not tested if a C system routine is not present, despite that uuid4 has several fallback clauses. This patch will test at least the first fallback.
History
Date User Action Args
2011-08-22 06:41:42anacrolixsetrecipients: + anacrolix
2011-08-22 06:41:41anacrolixsetmessageid: <1313995301.93.0.316946106703.issue12813@psf.upfronthosting.co.za>
2011-08-22 06:41:41anacrolixlinkissue12813 messages
2011-08-22 06:41:41anacrolixcreate