[New-bugs-announce] [issue14714] PEp 414 tokenizing hook does not preserve tabs

Vinay Sajip report at bugs.python.org
Thu May 3 17:43:51 CEST 2012


New submission from Vinay Sajip <vinay_sajip at yahoo.co.uk>:

Tabs in Python source are a no-no for me and lots of other people, but some people do use them. The tokenizer seems to not preserve tabs in its output. There are some tabs in the Django source, for example tests/regressiontests/localflavor/pl/tests.py.

N.B. I posted this to your GitHub repo where you published the hook.

----------
messages: 159865
nosy: aronacher, vinay.sajip
priority: normal
severity: normal
status: open
title: PEp 414 tokenizing hook does not preserve tabs
type: behavior
versions: Python 3.3

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


More information about the New-bugs-announce mailing list