Walter Dörwald schrieb: > Guido van Rossum wrote: >> On 5/10/07, Walter Dörwald <[EMAIL PROTECTED]> wrote: >>> Guido van Rossum wrote: >>> >>> > Yeah, the solution is to use io.BytesIO where bytes are read/written. >>> >>> Done, most remaining errors are from the CJK codecs and from the idna >>> codec. > > OK, the idna codecs is fixed now too. > > BTW, the message from the pre-commit hook is somewhat unhelpful: > > svn: 'pre-commit' hook failed with error output: > file /python/branches/py3k-struni/Lib/encodings/idna.py is not > whitespace-normalized > > If possible the message should include info about the nature of the > problem (tabs, trailing whitespace) and it's location.
This is not so easy since reindent.py doesn't have a way to show that, you could generate a diff, but it wouldn't be so helpful either because it can't show whitespaces so well :) But why do you need to know the exact location if you can just let reindent.py run over the file? Georg _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
