Issue 27905: Add documentation for typing.Type (original ) (raw )Created on 2016-08-30 21:51 by michael0x2a , last changed 2022-04-11 14:58 by admin . This issue is now closed .
Messages (5)
msg273974 - (view)
Author: Michael Lee (michael0x2a) *
Date: 2016-08-30 21:51
This patch adds some documentation for typing.Type[C]. The content itself is mostly an abbreviated version of the description from PEP 484 -- let me know if the patch is too terse or needs more examples.
msg274270 - (view)
Author: Ivan Levkivskyi (levkivskyi) *
Date: 2016-09-02 20:17
Michael, thank you for helping with this! Please take a look at my comments on the patch.
msg274616 - (view)
Author: Michael Lee (michael0x2a) *
Date: 2016-09-06 20:03
Ok, here's version 2, taking into account Ivan's feedback!
msg274747 - (view)
Author: Roundup Robot (python-dev)
Date: 2016-09-07 04:13
New changeset 9fb30d6af6a9 by Guido van Rossum in branch '3.5': Issue #27905 : Docs for typing.Type[C], by Michael Lee. https://hg.python.org/cpython/rev/9fb30d6af6a9 New changeset 1705cde6266d by Guido van Rossum in branch 'default': Issue #27905 : Docs for typing.Type[C], by Michael Lee. (Merge 3.5->3.6) https://hg.python.org/cpython/rev/1705cde6266d
msg274748 - (view)
Author: Guido van Rossum (gvanrossum) *
Date: 2016-09-07 04:14
Thanks again! Merged to 3.5 and 3.6 (after cleaning up trailing whitespace -- again ;-).
History
Date
User
Action
Args
2022-04-11 14:58:35
admin
set
github: 72092
2016-09-07 04:14:27
gvanrossum
set
status: open -> closedresolution: fixedmessages: + stage: resolved
2016-09-07 04:13:42
python-dev
set
nosy: + python-dev messages: +
2016-09-06 20:03:48
michael0x2a
set
files: + document-type-v2.patch messages: +
2016-09-02 20:17:03
levkivskyi
set
nosy: + levkivskyi messages: +
2016-08-30 21:51:20
michael0x2a
create