New submission from Alexander Belopolsky <belopol...@users.sourceforge.net>:

Tools/scripts/reindent.py -d Lib/test/encoded_modules/module_koi8_r.py
Traceback (most recent call last):
  File "Tools/scripts/reindent.py", line 310, in <module>
    main()
  File "Tools/scripts/reindent.py", line 93, in main
    check(arg)
  File "Tools/scripts/reindent.py", line 114, in check
    r = Reindenter(f)
  File "Tools/scripts/reindent.py", line 162, in __init__
    self.raw = f.readlines()
  File "Lib/codecs.py", line 300, in decode
    (result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf8' codec can't decode byte 0xf0 in position 59: invalid 
continuation byte

Attached patch fixes this issue.

----------
components: Demos and Tools
files: reindent.diff
keywords: needs review, patch
messages: 118804
nosy: belopolsky
priority: normal
severity: normal
status: open
title: Tools/scripts/reindent.py fails on non-UTF-8 encodings
type: behavior
versions: Python 3.2
Added file: http://bugs.python.org/file19245/reindent.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10117>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to