Re: [Python-Dev] [Python-checkins] cpython (3.4): asyncio: async() function is deprecated in favour of ensure_future().

2015-05-11 Thread Paul Moore
On 11 May 2015 at 20:47, Yury Selivanov yselivanov...@gmail.com wrote:
 Yes, I'm in the process of writing it ;)  (as well as for new
 set_task_factory())

Cool - sorry for being a nag :-)
Paul
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [Python-checkins] cpython (3.4): asyncio: async() function is deprecated in favour of ensure_future().

2015-05-11 Thread Yury Selivanov
Yes, I'm in the process of writing it ;)  (as well as for new 
set_task_factory())


Thanks,
Yury

On 2015-05-11 3:42 PM, Paul Moore wrote:

On 11 May 2015 at 19:50, yury.selivanov python-check...@python.org wrote:

https://hg.python.org/cpython/rev/b78127eafad7
changeset:   95956:b78127eafad7
branch:  3.4
parent:  95953:a983d63e3321
user:Yury Selivanov yseliva...@sprymix.com
date:Mon May 11 14:48:38 2015 -0400
summary:
   asyncio: async() function is deprecated in favour of ensure_future().

files:
   Lib/asyncio/base_events.py   |   2 +-
   Lib/asyncio/tasks.py |  27 -
   Lib/asyncio/windows_events.py|   2 +-
   Lib/test/test_asyncio/test_base_events.py|   6 +-
   Lib/test/test_asyncio/test_tasks.py  |  48 +
   Lib/test/test_asyncio/test_windows_events.py |   2 +-
   Misc/NEWS|   4 +-
   7 files changed, 57 insertions(+), 34 deletions(-)

Surely this should include a doc change?
Paul
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/yselivanov.ml%40gmail.com


___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] [Python-checkins] cpython (3.4): asyncio: async() function is deprecated in favour of ensure_future().

2015-05-11 Thread Paul Moore
On 11 May 2015 at 19:50, yury.selivanov python-check...@python.org wrote:
 https://hg.python.org/cpython/rev/b78127eafad7
 changeset:   95956:b78127eafad7
 branch:  3.4
 parent:  95953:a983d63e3321
 user:Yury Selivanov yseliva...@sprymix.com
 date:Mon May 11 14:48:38 2015 -0400
 summary:
   asyncio: async() function is deprecated in favour of ensure_future().

 files:
   Lib/asyncio/base_events.py   |   2 +-
   Lib/asyncio/tasks.py |  27 -
   Lib/asyncio/windows_events.py|   2 +-
   Lib/test/test_asyncio/test_base_events.py|   6 +-
   Lib/test/test_asyncio/test_tasks.py  |  48 +
   Lib/test/test_asyncio/test_windows_events.py |   2 +-
   Misc/NEWS|   4 +-
   7 files changed, 57 insertions(+), 34 deletions(-)

Surely this should include a doc change?
Paul
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com