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 brett.cannon
Recipients benjamin.peterson, brett.cannon, christian.heimes, dino.viehland, terry.reedy
Date 2008-11-19.21:29:17
SpamBayes Score 2.39234e-08
Marked as misclassified No
Message-id <1227130160.49.0.229101543017.issue4348@psf.upfronthosting.co.za>
In-reply-to
Content
And it turns out I should have looked at the other patch instead. =)

The missing comment from the test still holds. I also think you did not
need to cut out the fast path from translate as much as you did when
there is no deletion. It's still legitimate to goto 'done' if you put
back the work being done in the 'if' statement. You can see my attached
patch to see what I mean.

Otherwise it looks good.
History
Date User Action Args
2008-11-19 21:29:20brett.cannonsetrecipients: + brett.cannon, terry.reedy, christian.heimes, benjamin.peterson, dino.viehland
2008-11-19 21:29:20brett.cannonsetmessageid: <1227130160.49.0.229101543017.issue4348@psf.upfronthosting.co.za>
2008-11-19 21:29:19brett.cannonlinkissue4348 messages
2008-11-19 21:29:19brett.cannoncreate