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.
Created on 2016年03月07日 10:22 by janonymous, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (3) | |||
|---|---|---|---|
| msg261288 - (view) | Author: Jaivish Kothari (janonymous) * | Date: 2016年03月07日 10:22 | |
Star operator in python for unpacking could be documented for better understanding. |
|||
| msg261291 - (view) | Author: Martin Panter (martin.panter) * (Python committer) | Date: 2016年03月07日 10:45 | |
Previous report: Issue 19024. |
|||
| msg261618 - (view) | Author: Terry J. Reedy (terry.reedy) * (Python committer) | Date: 2016年03月11日 23:50 | |
#19024 was about adding a general section on the various uses of '*'. This was before the new * unpacking generalizations. It was closed because the then existing uses *are* documented and are indexed in the first, Symbols, section of the index. There are now 4 entries. I think entries for standalone '*' (operator and function defs) should be separated from those for '*identifier'. Entries for new *identifier uses need to be added to the index. Assignment statement *identifier target is in 7.2. Assignment statements. Actually documenting the changes in #2292 is #24136 (untouched since July). |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:28 | admin | set | github: 70687 |
| 2016年03月11日 23:50:55 | terry.reedy | set | status: open -> closed superseder: document PEP 448: unpacking generalization title: Document of star operator missing. It must be documented for better understanding. -> Document of new star unpacking is missing. nosy: + terry.reedy versions: + Python 3.5, Python 3.6, - Python 2.7, Python 3.3, Python 3.4 messages: + msg261618 resolution: duplicate stage: resolved |
| 2016年03月07日 10:45:35 | martin.panter | set | nosy:
+ martin.panter messages: + msg261291 |
| 2016年03月07日 10:22:15 | janonymous | create | |