[issue14714] PEP 414 tokenizing hook does not preserve tabs

2014-07-11 Thread Armin Ronacher
Changes by Armin Ronacher : -- resolution: -> out of date status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing

[issue14714] PEP 414 tokenizing hook does not preserve tabs

2014-07-11 Thread Armin Ronacher
Armin Ronacher added the comment: I hereby close this issue which is two years old. The only point of the tokenizer thing was to support Python 3.2 which many libraries already have stopped supporting anyways. -- ___ Python tracker

[issue14714] PEP 414 tokenizing hook does not preserve tabs

2014-07-11 Thread Vinay Sajip
Vinay Sajip added the comment: > How does a piece of code on github relate to the core Python code in > Mercurial? Tangentially. Armin Ronacher is the developer of both the GitHub code and the PEP 414 implementation, and it's referenced in the PEP. It doesn't make sense for any other Python c

[issue14714] PEP 414 tokenizing hook does not preserve tabs

2014-07-11 Thread Mark Lawrence
Mark Lawrence added the comment: What are the Python core developers meant to do with this issue? How does a piece of code on github relate to the core Python code in Mercurial? -- ___ Python tracker

[issue14714] PEP 414 tokenizing hook does not preserve tabs

2014-07-10 Thread Vinay Sajip
Vinay Sajip added the comment: > Would someone care to enlighten me. It's supposed to be an install-time hook as mentioned in PEP 414 - see footnote no. 5 in the PEP. -- ___ Python tracker ___

[issue14714] PEP 414 tokenizing hook does not preserve tabs

2014-07-10 Thread Mark Lawrence
Mark Lawrence added the comment: PEP 414 is "Explicit Unicode Literal for Python 3.3" so I've no idea where the part about "tokenizing hook" comes from. msg159865 refers to tabs in Django source and gives an example, then talks about "your GitHub repo where you published the hook". Would som

[issue14714] PEP 414 tokenizing hook does not preserve tabs

2012-06-03 Thread Vinay Sajip
Changes by Vinay Sajip : -- title: PEp 414 tokenizing hook does not preserve tabs -> PEP 414 tokenizing hook does not preserve tabs ___ Python tracker ___ __

[issue14714] PEp 414 tokenizing hook does not preserve tabs

2012-05-03 Thread Vinay Sajip
New submission from Vinay Sajip : 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