[Python-Dev] provisional status for asyncio

Yury Selivanov yselivanov.ml at gmail.com
Sat Aug 29 21:16:16 CEST 2015


Since there is at least some possibility that we might have another
discussion about asyncio removal from the stdlib in 3.6, should I
just reuse the warning we had in 3.4 for asyncio:


     Note: The asyncio package has been included in the
     standard library on a provisional basis. Backwards
     incompatible changes (up to and including removal
     of the module) may occur if deemed necessary by the
     core developers.

?

Yury

On 2015-08-29 1:58 PM, Guido van Rossum wrote:
>
> I don't want to remove asyncio from the stdlib. Another cycle of 
> provisional status is fine.
>
> --Guido (on mobile)
>
> On Aug 29, 2015 10:38 AM, "Larry Hastings" <larry at hastings.org 
> <mailto:larry at hastings.org>> wrote:
>
>
>
>     On 08/28/2015 08:44 AM, Brett Cannon wrote:
>>     On Fri, 28 Aug 2015 at 08:35 Yury Selivanov
>>     <yselivanov.ml at gmail.com <mailto:yselivanov.ml at gmail.com>> wrote:
>>
>>         Unfortunately, separating it from the standard library is
>>         something
>>         that I don't think we can do so late in the 3.5 release
>>         candidates
>>         process.
>>
>>
>>     Ultimately it's Larry's call, but I don't see why we couldn't. If
>>     we were talking about something as low-level as the urllib
>>     package then I would agree, but beyond its own tests is there
>>     anything in the stdlib that depends on asyncio?
>
>     I'm flexible here.  My concern is shipping high-quality software. 
>     Removing an entire package outright, even at such a late date, is
>     pretty low-risk.  But before I'd allow it, you'd have to get a
>     BDFL pronouncement (or BDFL-delegate pronouncement).
>
>
>     //arry/
>
>     _______________________________________________
>     Python-Dev mailing list
>     Python-Dev at python.org <mailto:Python-Dev at python.org>
>     https://mail.python.org/mailman/listinfo/python-dev
>     Unsubscribe:
>     https://mail.python.org/mailman/options/python-dev/guido%40python.org
>
>
>
> _______________________________________________
> Python-Dev mailing list
> Python-Dev at python.org
> https://mail.python.org/mailman/listinfo/python-dev
> Unsubscribe: https://mail.python.org/mailman/options/python-dev/yselivanov.ml%40gmail.com



More information about the Python-Dev mailing list