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.

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:36adminsetgithub: 72296
2016-09-13 16:28:02gvanrossumsetstatus: open -> closed
resolution: fixed
messages: + msg276299
2016-09-13 16:19:25gvanrossumsetmessages: + msg276297
2016-09-13 10:36:20levkivskyisetfiles: + whats-new-pep-526-v3a.diff
2016-09-12 22:41:49gvanrossumsetmessages: + msg276131
2016-09-12 22:23:51levkivskyisetfiles: + whats-new-pep-526-v3.diff

messages: + msg276129
2016-09-12 20:43:08levkivskyisetfiles: + whats-new-pep-526-v2.diff

messages: + msg276114
2016-09-12 20:16:40ned.deilysetnosy: + ned.deily
2016-09-12 20:13:48gvanrossumsetmessages: + msg276109
2016-09-12 20:00:24levkivskyicreate