Issue 28109: What's new item for PEP 526 -- Variable annotations (original) (raw)

This issue has been migrated to GitHub: https://github.com/python/cpython/issues/72296

classification

Title: What's new item for PEP 526 -- Variable annotations
Type: Stage:
Components: Documentation Versions: Python 3.6

process

Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: docs@python, gvanrossum, levkivskyi, ned.deily
Priority: normal Keywords: patch

Created on 2016-09-12 20:00 by levkivskyi, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
whats-new-pep-526.diff levkivskyi,2016-09-12 20:00 review
whats-new-pep-526-v2.diff levkivskyi,2016-09-12 20:43 review
whats-new-pep-526-v3.diff levkivskyi,2016-09-12 22:23 review
whats-new-pep-526-v3a.diff levkivskyi,2016-09-13 10:36 patch with alterantive See also by Yury review
Messages (7)
msg276105 - (view) Author: Ivan Levkivskyi (levkivskyi) * (Python committer) Date: 2016-09-12 20:00
The attached patch contains a simple item summarizing PEP 526 in 3.6 What's New.
msg276109 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2016-09-12 20:13
This should probably wait until b1 is released; it looks like What's New is mostly empty anyways. The release manager needs to focus on the release.
msg276114 - (view) Author: Ivan Levkivskyi (levkivskyi) * (Python committer) Date: 2016-09-12 20:43
Updated patch
msg276129 - (view) Author: Ivan Levkivskyi (levkivskyi) * (Python committer) Date: 2016-09-12 22:23
Second update, implemented comments by Yury an Guido.
msg276131 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2016-09-12 22:41
Patch LGTM.
msg276297 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2016-09-13 16:19
I'll take the latter. Give me a sec.
msg276299 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2016-09-13 16:28
changeset: 103770:2c9e07db0ac4 tag: tip parent: 103768:879bde95a456 parent: 103769:f9b22b1bec2d user: Guido van Rossum <guido@python.org> date: Tue Sep 13 09:27:07 2016 -0700 summary: Add text about PEP 526 to What's new in 3.6. Ivan L. (merge 3.6->3.7) changeset: 103769:f9b22b1bec2d branch: 3.6 parent: 103767:12d88d08f191 user: Guido van Rossum <guido@python.org> date: Tue Sep 13 09:26:38 2016 -0700 summary: Add text about PEP 526 to What's new in 3.6. Ivan L.
History
Date User Action Args
2022-04-11 14:58:36 admin set github: 72296
2016-09-13 16:28:02 gvanrossum set status: open -> closedresolution: fixedmessages: +
2016-09-13 16:19:25 gvanrossum set messages: +
2016-09-13 10:36:20 levkivskyi set files: + whats-new-pep-526-v3a.diff
2016-09-12 22:41:49 gvanrossum set messages: +
2016-09-12 22:23:51 levkivskyi set files: + whats-new-pep-526-v3.diffmessages: +
2016-09-12 20:43:08 levkivskyi set files: + whats-new-pep-526-v2.diffmessages: +
2016-09-12 20:16:40 ned.deily set nosy: + ned.deily
2016-09-12 20:13:48 gvanrossum set messages: +
2016-09-12 20:00:24 levkivskyi create