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 Arfrever, aeros, brett.cannon, eric.snow, gforcada, miss-islington
Date 2019-06-29.16:04:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Created a new PR replacing the deprecated method "random.choose" with "random.choice" in "test_pkg_import.py" (https://github.com/python/cpython/pull/14466).
History
Date User Action Args
2019-06-29 16:04:59aerossetrecipients: + aeros, brett.cannon, Arfrever, eric.snow, miss-islington, gforcada
2019-06-29 16:04:59aerossetmessageid: <[email protected]>
2019-06-29 16:04:59aeroslinkissue19696 messages
2019-06-29 16:04:59aeroscreate