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 BreamoreBoy
Recipients BreamoreBoy, aronacher, benjamin.peterson, collinwinter, gregory.p.smith, loewis, meador.inge
Date 2010-07-19.18:45:45
SpamBayes Score 6.8269335e-05
Marked as misclassified No
Message-id <1279565148.52.0.446291741524.issue2454@psf.upfronthosting.co.za>
In-reply-to
Content
The patch looks clean to me although I don't feel qualified to comment on the technical aspects.  I've tested it on Windows Vista 32 bit against the 2.7 and 3.1 maintainance releases and py3k.  The 2.7 run was fine, both 3.x runs failed.

  File "c:\release31-maint\lib\lib2to3\fixes\fix_hash.py", line 27
    "md5": u"md5",
                ^
SyntaxError: invalid syntax

I've stared at the code until I'm blue in the face and can't see what's wrong, I'm sure someone else will spot the problem in seconds.

I also noticed a small typo in the rst file "modules where deprecated"
should read "modules were deprecated".
History
Date User Action Args
2010-07-19 18:45:49BreamoreBoysetrecipients: + BreamoreBoy, loewis, collinwinter, gregory.p.smith, benjamin.peterson, aronacher, meador.inge
2010-07-19 18:45:48BreamoreBoysetmessageid: <1279565148.52.0.446291741524.issue2454@psf.upfronthosting.co.za>
2010-07-19 18:45:46BreamoreBoylinkissue2454 messages
2010-07-19 18:45:45BreamoreBoycreate