Skip to content

PEP 572: Assignment Expressions #79405

Closed
Closed
@emilyemorehouse

Description

@emilyemorehouse
BPO 35224
Nosy @gvanrossum, @tim-one, @warsaw, @rhettinger, @ncoghlan, @ericvsmith, @nedbat, @stevendaprano, @serhiy-storchaka, @koobs, @matrixise, @willingc, @vedgar, @emilyemorehouse, @joernheissler, @pablogsal, @miss-islington, @tirkarthi
PRs
  • bpo-35224: PEP 572 Implementation #10497
  • bpo-35224: PEP 572 Implementation #10497
  • bpo-35224: Add support for NamedExpr to unparse.py #11670
  • bpo-35224: Add support for NamedExpr to unparse.py #11670
  • bpo-35224: Add support for NamedExpr to unparse.py #11670
  • bpo-35224: Add PEP 572 (assignment expressions) to What's New #12941
  • Non-working attempt to introduce := as an assignment operator #6333
  • bpo-35224: Reverse evaluation order of key: value in dict comprehensions #14139
  • bpo-35224: Bump the pyc magic number after the change in MAP_ADD #14313
  • [3.8] bpo-35224: Reverse evaluation order of key: value in dict comprehensions (GH-14139) #14314
  • [3.8] bpo-35224: Bump the pyc magic number after the change in MAP_ADD (GH-14313) #14315
  • bpo-35224: Add What's new entry for evaluation order in dict comprehensions #14319
  • bpo-35224: Bump the pyc magic number by 1 instead of by 10 in last modification #14320
  • [3.8] bpo-35224: Bump the pyc magic number by 1 instead of by 10 in last modification (GH-14320) #14321
  • [3.8] bpo-35224: Add What's new entry for evaluation order in dict comprehensions (GH-14319) #14361
  • bpo-35224: Additional documentation for Assignment Expressions #15935
  • [3.8] bpo-35224: Additional documentation for Assignment Expressions (GH-15935) #15967
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/emilyemorehouse'
    closed_at = <Date 2019-09-11.15:16:49.055>
    created_at = <Date 2018-11-13.00:52:17.907>
    labels = ['interpreter-core', 'type-feature', '3.8']
    title = 'PEP 572: Assignment Expressions'
    updated_at = <Date 2019-09-11.15:29:33.173>
    user = 'https://github.com/emilyemorehouse'

    bugs.python.org fields:

    activity = <Date 2019-09-11.15:29:33.173>
    actor = 'gvanrossum'
    assignee = 'emilyemorehouse'
    closed = True
    closed_date = <Date 2019-09-11.15:16:49.055>
    closer = 'emilyemorehouse'
    components = ['Interpreter Core']
    creation = <Date 2018-11-13.00:52:17.907>
    creator = 'emilyemorehouse'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 35224
    keywords = ['patch', 'patch']
    message_count = 64.0
    messages = ['329781', '334325', '334328', '334330', '334331', '334332', '334334', '334341', '334358', '334839', '334840', '335437', '335438', '335452', '335458', '339098', '339112', '339121', '339131', '339159', '339160', '339172', '340770', '340774', '340776', '340777', '340792', '340794', '345782', '345791', '345798', '346282', '346287', '346290', '346291', '346292', '346298', '346303', '346304', '346305', '346306', '346307', '346308', '346312', '346319', '346327', '346329', '346331', '346472', '346473', '347985', '349011', '349013', '349017', '349019', '349021', '349024', '349025', '349026', '349034', '351906', '351929', '351933', '351940']
    nosy_count = 18.0
    nosy_names = ['gvanrossum', 'tim.peters', 'barry', 'rhettinger', 'ncoghlan', 'eric.smith', 'nedbat', 'steven.daprano', 'serhiy.storchaka', 'koobs', 'matrixise', 'willingc', 'veky', 'emilyemorehouse', 'joernheissler', 'pablogsal', 'miss-islington', 'xtreak']
    pr_nums = ['10497', '10497', '11670', '11670', '11670', '12941', '6333', '14139', '14313', '14314', '14315', '14319', '14320', '14321', '14361', '15935', '15967']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue35224'
    versions = ['Python 3.8']

    Metadata

    Metadata

    Labels

    3.8 (EOL)end of lifeinterpreter-core(Objects, Python, Grammar, and Parser dirs)type-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions