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 ezio.melotti
Recipients ezio.melotti, jafo, nicdumz, pitrou, rhettinger
Date 2011-02-22.12:24:30
SpamBayes Score 5.697549e-08
Marked as misclassified No
Message-id <1298377476.05.0.125942768837.issue10924@psf.upfronthosting.co.za>
In-reply-to
Content
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):").
History
Date User Action Args
2011-02-22 12:24:36ezio.melottisetrecipients: + ezio.melotti, rhettinger, jafo, pitrou, nicdumz
2011-02-22 12:24:36ezio.melottisetmessageid: <1298377476.05.0.125942768837.issue10924@psf.upfronthosting.co.za>
2011-02-22 12:24:30ezio.melottilinkissue10924 messages
2011-02-22 12:24:30ezio.melotticreate