PEP 550: Withdraw in favor of PEP 567. (#559)

This commit is contained in:
Elvis Pranskevichus 2018-01-27 16:08:22 -05:00 committed by Yury Selivanov
parent 5e2ecacfc8
commit 590f68479c
1 changed files with 13 additions and 1 deletions

View File

@ -4,7 +4,7 @@ Version: $Revision$
Last-Modified: $Date$
Author: Yury Selivanov <yury@magic.io>,
Elvis Pranskevichus <elvis@magic.io>
Status: Draft
Status: Withdrawn
Type: Standards Track
Content-Type: text/x-rst
Created: 11-Aug-2017
@ -25,6 +25,18 @@ programs that execute concurrently in the same OS thread. This PEP
proposes a solution to this problem.
PEP Status
==========
Due to its breadth and the lack of general consensus on some aspects, this
PEP has been withdrawn and superceded by a simpler :pep:`567`, which has
been accepted and included in Python 3.7.
:pep:`567` implements the same core idea, but limits the ContextVar support
to asynchronous tasks while leaving the generator behavior untouched.
The latter may be revisited in a future PEP.
Rationale
=========