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 eric.araujo
Recipients BreamoreBoy, aronacher, benjamin.peterson, collinwinter, dmalcolm, eric.araujo, gregory.p.smith, loewis, meador.inge
Date 2010-07-24.11:46:07
SpamBayes Score 0.0033586305
Marked as misclassified No
Message-id <1279971969.26.0.988420871658.issue2454@psf.upfronthosting.co.za>
In-reply-to
Content
Minor nit: I suggest naming the fixer fix_hashlib, since the name fix_hash could easily be understood as something fixing __hash__ (even if such a fix is impossible for a machine to do).

This fix could also go into fix_imports, but it’s useful as a standalone fixer e.g. to run on code that drops <2.5 compatibility.
History
Date User Action Args
2010-07-24 11:46:09eric.araujosetrecipients: + eric.araujo, loewis, collinwinter, gregory.p.smith, benjamin.peterson, aronacher, dmalcolm, meador.inge, BreamoreBoy
2010-07-24 11:46:09eric.araujosetmessageid: <1279971969.26.0.988420871658.issue2454@psf.upfronthosting.co.za>
2010-07-24 11:46:07eric.araujolinkissue2454 messages
2010-07-24 11:46:07eric.araujocreate