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 serhiy.storchaka
Recipients docs@python, eric.araujo, ezio.melotti, gvanrossum, o11c, serhiy.storchaka, steven.daprano, storymode7, terry.reedy
Date 2019-02-16.06:12:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1550297544.2.0.509796653197.issue15248@roundup.psfhosted.org>
In-reply-to
Content
New changeset 62e4481238b82f111ffb1104a4b97099dd83ae2b by Serhiy Storchaka in branch 'master':
bpo-15248: Emit a compiler warning when missed a comma before tuple or list. (GH-11757)
https://github.com/python/cpython/commit/62e4481238b82f111ffb1104a4b97099dd83ae2b
History
Date User Action Args
2019-02-16 06:12:24serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, terry.reedy, ezio.melotti, eric.araujo, steven.daprano, docs@python, o11c, storymode7
2019-02-16 06:12:24serhiy.storchakasetmessageid: <1550297544.2.0.509796653197.issue15248@roundup.psfhosted.org>
2019-02-16 06:12:24serhiy.storchakalinkissue15248 messages
2019-02-16 06:12:24serhiy.storchakacreate