Slightly revised version of patch #1538956:
authorMarc-André Lemburg <mal@egenix.com>
Mon, 14 Aug 2006 10:55:19 +0000 (10:55 +0000)
committerMarc-André Lemburg <mal@egenix.com>
Mon, 14 Aug 2006 10:55:19 +0000 (10:55 +0000)
commit040f76b79c0ce86dc33b9c525fbcd84b2254e559
treee907d6c112d52b1a92d7b98c63023ca338c9a188
parente6dd31c50be76a5b57917226e16bdaa6ca20a28f
Slightly revised version of patch #1538956:

Replace UnicodeDecodeErrors raised during == and !=
compares of Unicode and other objects with a new
UnicodeWarning.

All other comparisons continue to raise exceptions.
Exceptions other than UnicodeDecodeErrors are also left
untouched.
Doc/api/concrete.tex
Doc/api/exceptions.tex
Doc/lib/libexcs.tex
Doc/lib/libwarnings.tex
Include/pyerrors.h
Include/unicodeobject.h
Lib/test/exception_hierarchy.txt
Misc/NEWS
Objects/exceptions.c
Objects/object.c
Objects/unicodeobject.c