Mark PEPs 544, 586, 589, and 591 as accepted for Python 3.8 (#1088)
This commit is contained in:
parent
8329a34cb1
commit
a6c96caf46
|
@ -5,11 +5,12 @@ Last-Modified: $Date$
|
||||||
Author: Ivan Levkivskyi <levkivskyi@gmail.com>, Jukka Lehtosalo <jukka.lehtosalo@iki.fi>, Łukasz Langa <lukasz@python.org>
|
Author: Ivan Levkivskyi <levkivskyi@gmail.com>, Jukka Lehtosalo <jukka.lehtosalo@iki.fi>, Łukasz Langa <lukasz@python.org>
|
||||||
BDFL-Delegate: Guido van Rossum <guido@python.org>
|
BDFL-Delegate: Guido van Rossum <guido@python.org>
|
||||||
Discussions-To: Python-Dev <python-dev@python.org>
|
Discussions-To: Python-Dev <python-dev@python.org>
|
||||||
Status: Draft
|
Status: Accepted
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 05-Mar-2017
|
Created: 05-Mar-2017
|
||||||
Python-Version: 3.7
|
Python-Version: 3.8
|
||||||
|
Resolution: https://mail.python.org/archives/list/typing-sig@python.org/message/FDO4KFYWYQEP3U2HVVBEBR3SXPHQSHYR/
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
|
|
|
@ -3,12 +3,14 @@ Title: Literal Types
|
||||||
Author: Michael Lee <michael.lee.0x2a@gmail.com>, Ivan Levkivskyi <levkivskyi@gmail.com>, Jukka Lehtosalo <jukka.lehtosalo@iki.fi>
|
Author: Michael Lee <michael.lee.0x2a@gmail.com>, Ivan Levkivskyi <levkivskyi@gmail.com>, Jukka Lehtosalo <jukka.lehtosalo@iki.fi>
|
||||||
BDFL-Delegate: Guido van Rossum <guido@python.org>
|
BDFL-Delegate: Guido van Rossum <guido@python.org>
|
||||||
Discussions-To: Typing-Sig <typing-sig@python.org>
|
Discussions-To: Typing-Sig <typing-sig@python.org>
|
||||||
Status: Draft
|
Status: Accepted
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 14-Mar-2018
|
Created: 14-Mar-2018
|
||||||
Python-Version: 3.8
|
Python-Version: 3.8
|
||||||
Post-History: 14-Mar-2018
|
Post-History: 14-Mar-2018
|
||||||
|
Resolution: https://mail.python.org/archives/list/typing-sig@python.org/message/FDO4KFYWYQEP3U2HVVBEBR3SXPHQSHYR/
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
========
|
========
|
||||||
|
|
|
@ -4,12 +4,13 @@ Author: Jukka Lehtosalo <jukka.lehtosalo@iki.fi>
|
||||||
Sponsor: Guido van Rossum <guido@python.org>
|
Sponsor: Guido van Rossum <guido@python.org>
|
||||||
BDFL-Delegate: Guido van Rossum <guido@python.org>
|
BDFL-Delegate: Guido van Rossum <guido@python.org>
|
||||||
Discussions-To: typing-sig@python.org
|
Discussions-To: typing-sig@python.org
|
||||||
Status: Draft
|
Status: Accepted
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 20-Mar-2019
|
Created: 20-Mar-2019
|
||||||
Python-Version: 3.8
|
Python-Version: 3.8
|
||||||
Post-History:
|
Post-History:
|
||||||
|
Resolution: https://mail.python.org/archives/list/typing-sig@python.org/message/FDO4KFYWYQEP3U2HVVBEBR3SXPHQSHYR/
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
|
|
|
@ -3,11 +3,13 @@ Title: Adding a final qualifier to typing
|
||||||
Author: Michael J. Sullivan <sully@msully.net>, Ivan Levkivskyi <levkivskyi@gmail.com>
|
Author: Michael J. Sullivan <sully@msully.net>, Ivan Levkivskyi <levkivskyi@gmail.com>
|
||||||
BDFL-Delegate: Guido van Rossum <guido@python.org>
|
BDFL-Delegate: Guido van Rossum <guido@python.org>
|
||||||
Discussions-To: typing-sig@python.org
|
Discussions-To: typing-sig@python.org
|
||||||
Status: Draft
|
Status: Accepted
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 15-Mar-2019
|
Created: 15-Mar-2019
|
||||||
|
Python-Version: 3.8
|
||||||
Post-History:
|
Post-History:
|
||||||
|
Resolution: https://mail.python.org/archives/list/typing-sig@python.org/message/FDO4KFYWYQEP3U2HVVBEBR3SXPHQSHYR/
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
|
|
Loading…
Reference in New Issue