This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients brett.cannon, gvanrossum, larry, lukasz.langa, martin.panter, ncoghlan, ned.deily, python-dev, yselivanov
Date 2016-06-10.12:05:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465560353.11.0.758046257086.issue27243@psf.upfronthosting.co.za>
In-reply-to
Content
This is because sys.version_info is 3.5.1 (not 3.5.2 yet) in the "3.5" branch.  Once 3.5.2 RC is tagged the warning will disappear.

https://github.com/python/cpython/blob/master/Lib/asyncio/streams.py#L693
History
Date User Action Args
2016-06-10 12:05:53yselivanovsetrecipients: + yselivanov, gvanrossum, brett.cannon, ncoghlan, larry, ned.deily, lukasz.langa, python-dev, martin.panter
2016-06-10 12:05:53yselivanovsetmessageid: <1465560353.11.0.758046257086.issue27243@psf.upfronthosting.co.za>
2016-06-10 12:05:53yselivanovlinkissue27243 messages
2016-06-10 12:05:53yselivanovcreate