[issue27041] asyncio: Add loop.create_future method

2016-05-16 Thread STINNER Victor

STINNER Victor added the comment:

Thanks.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27041] asyncio: Add loop.create_future method

2016-05-16 Thread Yury Selivanov

Yury Selivanov added the comment:

Victor, the docs are now online. 
https://docs.python.org/3/library/asyncio-eventloop.html#asyncio.BaseEventLoop.create_future

--
resolution:  -> fixed
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27041] asyncio: Add loop.create_future method

2016-05-16 Thread Yury Selivanov

Yury Selivanov added the comment:

here -> https://hg.python.org/cpython/rev/83450939b106

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27041] asyncio: Add loop.create_future method

2016-05-16 Thread Yury Selivanov

Yury Selivanov added the comment:

https://hg.python.org/cpython/rev/9ea64c74a1fd

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27041] asyncio: Add loop.create_future method

2016-05-16 Thread STINNER Victor

Changes by STINNER Victor :


--
resolution: fixed -> 
status: closed -> open

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27041] asyncio: Add loop.create_future method

2016-05-16 Thread STINNER Victor

STINNER Victor added the comment:

> resolution:  -> fixed

Hum, it looks like the change is now documented in asyncio doc :-(

https://docs.python.org/dev/library/asyncio-eventloop.html#tasks

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27041] asyncio: Add loop.create_future method

2016-05-16 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 32ceaad6243d by Yury Selivanov in branch '3.5':
Issue #27041: asyncio: Add loop.create_future method
https://hg.python.org/cpython/rev/32ceaad6243d

New changeset fc7b366c4c8a by Yury Selivanov in branch 'default':
Merge 3.5 (Issue #27041)
https://hg.python.org/cpython/rev/fc7b366c4c8a

--
nosy: +python-dev

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27041] asyncio: Add loop.create_future method

2016-05-16 Thread Yury Selivanov

Changes by Yury Selivanov :


--
resolution:  -> fixed
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue27041] asyncio: Add loop.create_future method

2016-05-16 Thread Yury Selivanov

New submission from Yury Selivanov:

This is a proxy issue for https://github.com/python/asyncio/pull/290

--
assignee: yselivanov
components: asyncio
messages: 265724
nosy: gvanrossum, haypo, yselivanov
priority: normal
severity: normal
stage: resolved
status: open
title: asyncio: Add loop.create_future method
type: enhancement
versions: Python 3.5, Python 3.6

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com