[KoCo-CVS] [Commit] KoreanCodecs/korean error_callback.py
Brought to you by:
perky
From: Hye-Shik C. <pe...@us...> - 2003-01-14 15:20:43
|
perky 03/01/14 07:20:40 Modified: korean error_callback.py Log: Remove debugging routine. Revision Changes Path 1.6 +1 -2 KoreanCodecs/korean/error_callback.py Index: error_callback.py =================================================================== RCS file: /cvsroot/koco/KoreanCodecs/korean/error_callback.py,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- error_callback.py 14 Jan 2003 15:13:44 -0000 1.5 +++ error_callback.py 14 Jan 2003 15:20:35 -0000 1.6 @@ -17,7 +17,7 @@ # along with KoreanCodecs; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# $Id: error_callback.py,v 1.5 2003/01/14 15:13:44 perky Exp $ +# $Id: error_callback.py,v 1.6 2003/01/14 15:20:35 perky Exp $ # try: @@ -38,7 +38,6 @@ class UnicodeDecodeError(UnicodeError): def __init__(self, encoding, object, start, end, reason): - print repr((encoding, object, start, end, reason)) UnicodeError.__init__(self, ("encoding '%s' can't decode characters " "in positions %d-%d: %s") % (encoding, |