Issue39572
Created on 2020-02-06 20:08 by brett.cannon, last changed 2022-04-11 14:59 by admin. This issue is now closed.
| Pull Requests | |||
|---|---|---|---|
| URL | Status | Linked | Edit |
| PR 18554 | merged | Ananthakrishnan, 2020-02-18 18:21 | |
| PR 18556 | merged | miss-islington, 2020-02-19 05:06 | |
| PR 24999 | merged | python-dev, 2021-03-23 19:23 | |
| PR 25545 | merged | miss-islington, 2021-04-23 00:35 | |
| Messages (12) | |||
|---|---|---|---|
| msg361503 - (view) | Author: Brett Cannon (brett.cannon) * | Date: 2020-02-06 20:07 | |
The docs mention __total__, but there's no mention of how to actually set that attribute, nor what it actually represents. P.S. https://github.com/python/cpython/blob/master/Lib/typing.py#L16 says TypedDict "may be added soon"; I think that's outdated. ;) |
|||
| msg362228 - (view) | Author: Ananthakrishnan (Ananthakrishnan) * | Date: 2020-02-18 17:05 | |
https://stackoverflow.com/questions/58427394/what-is-the-meaning-of-total-dunder-attribute-in-python-3 questions about this. |
|||
| msg362229 - (view) | Author: Ananthakrishnan (Ananthakrishnan) * | Date: 2020-02-18 17:49 | |
It will be usefull if we document _total_ argument also. |
|||
| msg362231 - (view) | Author: Guido van Rossum (gvanrossum) * | Date: 2020-02-18 18:17 | |
There's no __total__ argument, but there is a __total__ attribute. There are also (new in 3.9) __required_keys__ and __total_keys__ attributes. Are you interested in submitting a PR with the needed doc changes? |
|||
| msg362232 - (view) | Author: Ananthakrishnan (Ananthakrishnan) * | Date: 2020-02-18 18:19 | |
yes,I'm interested. |
|||
| msg362247 - (view) | Author: Guido van Rossum (gvanrossum) * | Date: 2020-02-19 04:33 | |
New changeset ab6423fe2de0ed5f8a0dc86a9c7070229326b0f0 by ananthan-123 in branch 'master': bpo-39572: Document ’total’ flag of TypedDict (GH-18554) https://github.com/python/cpython/commit/ab6423fe2de0ed5f8a0dc86a9c7070229326b0f0 |
|||
| msg362251 - (view) | Author: miss-islington (miss-islington) | Date: 2020-02-19 05:24 | |
New changeset 44c690112d96a81fe02433de7900a4f8f9457012 by Miss Islington (bot) in branch '3.8': bpo-39572: Document ’total’ flag of TypedDict (GH-18554) https://github.com/python/cpython/commit/44c690112d96a81fe02433de7900a4f8f9457012 |
|||
| msg362252 - (view) | Author: Guido van Rossum (gvanrossum) * | Date: 2020-02-19 05:28 | |
Separately, would you also be interested in writing docs for the `__total__` class attribute of TypedDict subclasses (3.8 and 3.9) and for the `__required_keys__` and `__total_keys__` attributes (only in 3.9)? (Sorry, there's no document you can crib these from. :-) |
|||
| msg362262 - (view) | Author: Ananthakrishnan (Ananthakrishnan) * | Date: 2020-02-19 10:30 | |
yes,I'm interested in writing docs for the `__required_keys__` and `__total_keys__` attributes. |
|||
| msg362276 - (view) | Author: Guido van Rossum (gvanrossum) * | Date: 2020-02-19 14:57 | |
Go for it. Use the same bug number. On Wed, Feb 19, 2020 at 02:30 Ananthakrishnan <report@bugs.python.org> wrote: > > Ananthakrishnan <ananthakrishnan15.2001@gmail.com> added the comment: > > yes,I'm interested in writing docs for the `__required_keys__` and > `__total_keys__` attributes. > > ---------- > > _______________________________________ > Python tracker <report@bugs.python.org> > <https://bugs.python.org/issue39572> > _______________________________________ > -- --Guido (mobile) |
|||
| msg391643 - (view) | Author: miss-islington (miss-islington) | Date: 2021-04-23 00:35 | |
New changeset 6afb0a8078ff3fc93adc4177565c56f820ca2880 by Simon Charette in branch 'master': bpo-39572: Address typo in CHANGELOG. (GH-24999) https://github.com/python/cpython/commit/6afb0a8078ff3fc93adc4177565c56f820ca2880 |
|||
| msg391645 - (view) | Author: miss-islington (miss-islington) | Date: 2021-04-23 00:58 | |
New changeset bc5a1a7adf0d0154cb3f247da84146dd51997540 by Miss Islington (bot) in branch '3.9': bpo-39572: Address typo in CHANGELOG. (GH-24999) https://github.com/python/cpython/commit/bc5a1a7adf0d0154cb3f247da84146dd51997540 |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:59:26 | admin | set | github: 83753 |
| 2021-04-23 00:58:50 | miss-islington | set | messages: + msg391645 |
| 2021-04-23 00:35:39 | miss-islington | set | pull_requests: + pull_request24269 |
| 2021-04-23 00:35:30 | miss-islington | set | messages: + msg391643 |
| 2021-03-23 19:23:01 | python-dev | set | nosy:
+ python-dev pull_requests: + pull_request23757 |
| 2020-02-19 14:57:29 | gvanrossum | set | messages: + msg362276 |
| 2020-02-19 10:30:36 | Ananthakrishnan | set | messages: + msg362262 |
| 2020-02-19 05:28:20 | gvanrossum | set | status: open -> closed resolution: fixed messages: + msg362252 stage: patch review -> resolved |
| 2020-02-19 05:24:57 | miss-islington | set | nosy:
+ miss-islington messages: + msg362251 |
| 2020-02-19 05:06:05 | miss-islington | set | pull_requests: + pull_request17936 |
| 2020-02-19 04:33:13 | gvanrossum | set | messages: + msg362247 |
| 2020-02-18 18:21:44 | Ananthakrishnan | set | keywords:
+ patch stage: needs patch -> patch review pull_requests: + pull_request17935 |
| 2020-02-18 18:19:10 | Ananthakrishnan | set | messages: + msg362232 |
| 2020-02-18 18:17:37 | gvanrossum | set | messages: + msg362231 |
| 2020-02-18 17:49:03 | Ananthakrishnan | set | messages: + msg362229 |
| 2020-02-18 17:31:56 | gvanrossum | set | keywords: + easy |
| 2020-02-18 17:05:42 | Ananthakrishnan | set | nosy:
+ Ananthakrishnan messages: + msg362228 |
| 2020-02-06 20:08:00 | brett.cannon | create | |