This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lukasz.langa
Recipients benjamin.peterson, ethan smith, gregory.p.smith, gvanrossum, lukasz.langa, njs, serhiy.storchaka, zsol
Date 2018-04-25.21:15:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1524690909.26.0.682650639539.issue33337@psf.upfronthosting.co.za>
In-reply-to
Content
[njs]
> "there's a bug in handling this python 2 code, so black won't be able to reformat it until the next major python release"

Nah, we're still allowed to fix bugs in micro releases.  We should have more of those instead of sitting on fixed bugs for months.  That's a discussion for a different venue though.


[gutworth]
> The stdlib is a bad place for anything that needs to evolve at a non-glacial place.

The syntax tree only needs to evolve to keep up with current Python development.  That's why I think it makes sense to tie the two.


[gvr]
> please consider seriously to move to a 3rd party package

Does that also invalidate the idea to merge the tokenizers?

And if so, does that also invalidate the idea to update lib2to3's tokenizer (BPO-33338)?
History
Date User Action Args
2018-04-25 21:15:09lukasz.langasetrecipients: + lukasz.langa, gvanrossum, gregory.p.smith, benjamin.peterson, njs, serhiy.storchaka, ethan smith, zsol
2018-04-25 21:15:09lukasz.langasetmessageid: <1524690909.26.0.682650639539.issue33337@psf.upfronthosting.co.za>
2018-04-25 21:15:09lukasz.langalinkissue33337 messages
2018-04-25 21:15:09lukasz.langacreate