Message129060
Some buildbots are failing after the commit.
Also in the crypt.py module I still see things that according to msg126453 should be fixed already:
* more statements on the same line (e.g. "if salt == None: salt = mksalt()");
* the hardcoded salt values instead of string.ascii_letters;
According to the PEP8 there shouldn't be any spaces after the '[' and before the ']' (e.g. "method_list = [ METHOD_SHA512, METHOD_SHA256, METHOD_MD5 ]" and in the listcomps) and around the = in the function/method declarations/calls (e.g. "def crypt(word, salt = None):"). |
|
| Date |
User |
Action |
Args |
| 2011-02-22 12:24:36 | ezio.melotti | set | recipients:
+ ezio.melotti, rhettinger, jafo, pitrou, nicdumz |
| 2011-02-22 12:24:36 | ezio.melotti | set | messageid: <[email protected]> |
| 2011-02-22 12:24:30 | ezio.melotti | link | issue10924 messages |
| 2011-02-22 12:24:30 | ezio.melotti | create | |
|