[New-bugs-announce] [issue3189] Py3k DeprecationWarning in difflib

Virgil Dupras report at bugs.python.org
Tue Jun 24 13:36:12 CEST 2008


New submission from Virgil Dupras <hsoft at hardcoded.net>:

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.

----------
components: Library (Lib)
files: difflib_py3k_deprecation.diff
keywords: patch
messages: 68677
nosy: vdupras
severity: normal
status: open
title: Py3k DeprecationWarning in difflib
type: behavior
versions: Python 2.6
Added file: http://bugs.python.org/file10717/difflib_py3k_deprecation.diff

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


More information about the New-bugs-announce mailing list