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 lukasz.langa, ned.deily, serhiy.storchaka
Date 2018-03-13.07:49:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520927352.28.0.467229070634.issue33064@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, this ship has sailed with Python 3.6.

I understand your logic and this is indeed why we didn't support this for a long time. However, people tend to grow muscle memory to add trailing commas and that was tripping them over for no real gain on our part. So this was added. The reason I found out about lib2to3 not following suit was that 3.6 users quickly started to put those trailing commas in and tools using lib2to3 were crashing on such files :) This proves it was worth it.
History
Date User Action Args
2018-03-13 07:49:12lukasz.langasetrecipients: + lukasz.langa, ned.deily, serhiy.storchaka
2018-03-13 07:49:12lukasz.langasetmessageid: <1520927352.28.0.467229070634.issue33064@psf.upfronthosting.co.za>
2018-03-13 07:49:12lukasz.langalinkissue33064 messages
2018-03-13 07:49:11lukasz.langacreate