Message 135611 - Python tracker (original) (raw)

Message135611

Author ncoghlan
Recipients amaury.forgeotdarc, eric.araujo, ncoghlan, neologix, pitrou, planet36, rhettinger, vstinner
Date 2011-05-09.16:48:15
SpamBayes Score 3.0444096e-07
Marked as misclassified No
Message-id 1304959704.1.0.247222797508.issue12015@psf.upfronthosting.co.za
In-reply-to
Content
Minor clarification: after my first comment, I realised that the original change in the character set didn't actually fix anything, it just propagated the effectively smaller sample space on case-insensitive filesystems to all filesystems. Increasing the number of random characters to 8 will more than compensate for that reduction while retaining the cross-platform consistency in behaviour.
History
Date User Action Args
2011-05-09 16:48:24 ncoghlan set recipients: + ncoghlan, rhettinger, amaury.forgeotdarc, pitrou, vstinner, eric.araujo, neologix, planet36
2011-05-09 16:48:24 ncoghlan set messageid: 1304959704.1.0.247222797508.issue12015@psf.upfronthosting.co.za
2011-05-09 16:48:15 ncoghlan link issue12015 messages
2011-05-09 16:48:15 ncoghlan create