Message195106
With my change, any character can appear more than once. Example:
>>> crypt.mksalt()
'$6$idm7/asaywTgRf9V'
>>> sorted(_[3:])
['/', '7', '9', 'R', 'T', 'V', 'a', 'a', 'd', 'f', 'g', 'i', 'm', 's', 'w', 'y']
In this case, the 'a' letter occurs twice. |
|
Date |
User |
Action |
Args |
2013-08-13 23:45:11 | vstinner | set | recipients:
+ vstinner, gregory.p.smith, christian.heimes, python-dev |
2013-08-13 23:45:11 | vstinner | set | messageid: <1376437511.23.0.638465467404.issue18405@psf.upfronthosting.co.za> |
2013-08-13 23:45:11 | vstinner | link | issue18405 messages |
2013-08-13 23:45:11 | vstinner | create | |
|