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 aeros
Recipients aeros, asvetlov, dacut, larry, lukasz.langa, ned.deily, njs, pitrou, vaizki, xtreak, yselivanov
Date 2019-12-12.06:44:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576133073.31.0.530007505722.issue37228@roundup.psfhosted.org>
In-reply-to
Content
> I'll fix them accordingly and open a new PR (as well as the backports).

Nevermind. Upon further inspection, the other occurrences of `reuse_address=` were for create_server(), not create_datagram_endpoint(). The PR will only include the removal of the two occurrences of `reuse_address=False` in Lib/test/test_asyncio/test_base_events.py. Fortunately, this _should_ mean that the `needs backport to x` labels and automated backports from miss-islington will work correctly, since the changes are rather minimal. 

Thanks again for pointing it out Karthikeyan, as well as mentioning the specific tests the DeprecationWarnings were coming from. That made it a lot easier to figure out the source of the warnings.
History
Date User Action Args
2019-12-12 06:44:33aerossetrecipients: + aeros, pitrou, larry, ned.deily, njs, asvetlov, lukasz.langa, yselivanov, dacut, xtreak, vaizki
2019-12-12 06:44:33aerossetmessageid: <1576133073.31.0.530007505722.issue37228@roundup.psfhosted.org>
2019-12-12 06:44:33aeroslinkissue37228 messages
2019-12-12 06:44:33aeroscreate