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 vdupras
Recipients vdupras
Date 2008-06-24.11:36:09
SpamBayes Score 0.0052660196
Marked as misclassified No
Message-id <1214307372.86.0.564003200617.issue3189@psf.upfronthosting.co.za>
In-reply-to
Content
When running with the -3 flag, difflib creates DeprecationWarnings. I 
attach a patch fixing them.

There was a note in the code saying "DOES NOT WORK for x in a". However, 
after my changes, tests still pass, so I removed these notices. If someone 
knows what this was all about, let me know.
History
Date User Action Args
2008-06-24 11:36:13vduprassetspambayes_score: 0.00526602 -> 0.0052660196
recipients: + vdupras
2008-06-24 11:36:12vduprassetspambayes_score: 0.00526602 -> 0.00526602
messageid: <1214307372.86.0.564003200617.issue3189@psf.upfronthosting.co.za>
2008-06-24 11:36:12vdupraslinkissue3189 messages
2008-06-24 11:36:11vduprascreate