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 gvanrossum
Recipients benjamin.peterson, gvanrossum, mark.dickinson, serhiy.storchaka
Date 2019-10-18.05:01:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571374868.68.0.136640805872.issue34508@roundup.psfhosted.org>
In-reply-to
Content
See:

commit fd97d1f1af910a6222ea12aec42c456b64f9aee4
Author: David Cuthbert <dacut@kanga.org>
Date:   Fri Sep 21 18:31:15 2018

    bpo-32117: Allow tuple unpacking in return and yield statements (gh-4509)
    
    Iterable unpacking is now allowed without parentheses in yield and return
    statements, e.g. ``yield 1, 2, 3, *rest``. Thanks to David Cuthbert for the
    change and jChapman for added tests.
History
Date User Action Args
2019-10-18 05:01:08gvanrossumsetrecipients: + gvanrossum, mark.dickinson, benjamin.peterson, serhiy.storchaka
2019-10-18 05:01:08gvanrossumsetmessageid: <1571374868.68.0.136640805872.issue34508@roundup.psfhosted.org>
2019-10-18 05:01:08gvanrossumlinkissue34508 messages
2019-10-18 05:01:08gvanrossumcreate