[issue3189] Py3k DeprecationWarning in difflib

Virgil Dupras report at bugs.python.org
Tue Jun 24 13:42:46 CEST 2008


Virgil Dupras <hsoft at hardcoded.net> added the comment:

It slipped out of my mind that performance was probably important for this 
module, so I ditched that nested get call and went if an if..else.

Added file: http://bugs.python.org/file10718/difflib_py3k_deprecation2.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3189>
_______________________________________


More information about the Python-bugs-list mailing list