| Store | Cart

Re: [Python-Dev] provisional status for asyncio

From: Victor Stinner <vict...@gmail.com>
Fri, 28 Aug 2015 17:59:33 +0200
2015-08-28 17:34 GMT+02:00 Yury Selivanov <ysel...@gmail.com>:
> I too would enjoy more frequent release schedule of asyncio.

The problem is also to allow users to upgrade easily asyncio to
retrieve new features, or simply latest bug fixes. As explained in
other emails, if asyncio is part of the stlidb, it's *not* possible to
upgrade it using "pip install -U asyncio", except if you "hack"
sys.path.

Usually, Python 3 comes with the system, for an user, it's hard to
upgrade it. For example, Ubuntu Trusty still provides Python 3.4.0.
asyncio doesn't have the loop.create_task() method for example in this
release. asyncio got many bugfixes and some new features between 3.4.0
and 3.4.3. It's much easier to upgrade a third-party library than
upgrading the system python.

Victor
_______________________________________________
Python-Dev mailing list
Pyth...@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: https://mail.python.org/mailman/options/python-dev/python-dev-ml%40activestate.com

Recent Messages in this Thread
Yury Selivanov Aug 27, 2015 09:15 pm
Brett Cannon Aug 27, 2015 09:24 pm
Yury Selivanov Aug 27, 2015 09:31 pm
Yury Selivanov Aug 27, 2015 09:39 pm
Guido van Rossum Aug 27, 2015 09:42 pm
Brett Cannon Aug 27, 2015 09:53 pm
Yury Selivanov Aug 27, 2015 10:24 pm
Guido van Rossum Aug 27, 2015 10:44 pm
Yury Selivanov Aug 27, 2015 10:47 pm
Brett Cannon Aug 27, 2015 10:53 pm
Brett Cannon Aug 27, 2015 10:46 pm
Yury Selivanov Aug 27, 2015 11:00 pm
Nick Coghlan Aug 27, 2015 11:25 pm
Paul Moore Aug 28, 2015 07:39 am
Victor Stinner Aug 28, 2015 09:01 am
Gustavo Carneiro Aug 28, 2015 09:46 am
Paul Moore Aug 28, 2015 10:28 am
Donald Stufft Aug 28, 2015 03:09 pm
Yury Selivanov Aug 28, 2015 03:34 pm
Brett Cannon Aug 28, 2015 03:44 pm
Victor Stinner Aug 28, 2015 03:56 pm
Yury Selivanov Aug 28, 2015 04:11 pm
Gustavo Carneiro Aug 28, 2015 06:44 pm
Nick Coghlan Aug 29, 2015 02:20 am
Larry Hastings Aug 29, 2015 05:36 pm
Guido van Rossum Aug 29, 2015 05:58 pm
Yury Selivanov Aug 29, 2015 07:16 pm
Nick Coghlan Aug 29, 2015 11:42 pm
Yury Selivanov Aug 29, 2015 07:18 pm
Larry Hastings Aug 29, 2015 07:57 pm
Victor Stinner Aug 28, 2015 03:59 pm
Donald Stufft Aug 28, 2015 04:02 pm
Victor Stinner Aug 28, 2015 04:07 pm
Donald Stufft Aug 28, 2015 04:09 pm
Messages in this thread