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 miss-islington
Recipients BTaskaya, benjamin.peterson, gvanrossum, lys.nikolaou, miss-islington, pablogsal, serhiy.storchaka
Date 2020-02-12.20:56:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581541010.38.0.810376163518.issue39474@roundup.psfhosted.org>
In-reply-to
Content
New changeset 2076d4f97ef514bb4dc4ca768fbaa3f538ce7f1f by Miss Islington (bot) in branch '3.8':
bpo-39474: Fix AST pos for expressions like (a)(b), (a)[b] and (a).b. (GH-18477)
https://github.com/python/cpython/commit/2076d4f97ef514bb4dc4ca768fbaa3f538ce7f1f
History
Date User Action Args
2020-02-12 20:56:50miss-islingtonsetrecipients: + miss-islington, gvanrossum, benjamin.peterson, serhiy.storchaka, lys.nikolaou, pablogsal, BTaskaya
2020-02-12 20:56:50miss-islingtonsetmessageid: <1581541010.38.0.810376163518.issue39474@roundup.psfhosted.org>
2020-02-12 20:56:50miss-islingtonlinkissue39474 messages
2020-02-12 20:56:50miss-islingtoncreate