Staging
v0.8.1
Revision ce21cfca7bb2d18921bc4ac27cb064726996c519 authored by Lysandros Nikolaou on 14 May 2020, 20:13:50 UTC, committed by GitHub on 14 May 2020, 20:13:50 UTC
This commit fixes the new parser to disallow invalid targets in the
following scenarios:
- Augmented assignments must only accept a single target (Name,
  Attribute or Subscript), but no tuples or lists.
- `except` clauses should only accept a single `Name` as a target.

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
1 parent bcc3036
History
File Mode Size
futures
__init__.py -rw-r--r-- 38 bytes

back to top