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.

classification
Title: Misspelled variable in test_asyncio/test_events
Type: enhancement Stage: resolved
Components: Library (Lib) Versions: Python 3.6, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: giampaolo.rodola, gvanrossum, python-dev, scop, vstinner, yselivanov
Priority: normal Keywords: patch

Created on 2016-08-31 06:41 by scop, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
reponse.patch scop, 2016-08-31 06:41 review
Messages (3)
msg274001 - (view) Author: Ville Skyttä (scop) * Date: 2016-08-31 06:41
Simply renaming the variable breaks the test which is why it was left out of #27895, this one keeps the test working.
msg274037 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-08-31 16:09
New changeset 2a748320616b by Guido van Rossum in branch '3.5':
Issue #27907: variable rename. (Ville Skyttä)
https://hg.python.org/cpython/rev/2a748320616b

New changeset c9592e878dfa by Guido van Rossum in branch 'default':
Issue #27907: variable rename. (Ville Skyttä) (Merge 3.5->3.6)
https://hg.python.org/cpython/rev/c9592e878dfa
msg274038 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2016-08-31 16:10
Thanks! Your attention to detail is appreciated.
History
Date User Action Args
2022-04-11 14:58:35adminsetgithub: 72094
2016-08-31 16:10:21gvanrossumsetstatus: open -> closed
versions: + Python 3.5
messages: + msg274038

resolution: fixed
stage: patch review -> resolved
2016-08-31 16:09:18python-devsetnosy: + python-dev
messages: + msg274037
2016-08-31 08:05:45SilentGhostsetnosy: + gvanrossum, vstinner, giampaolo.rodola, yselivanov
stage: patch review

components: + Library (Lib)
versions: + Python 3.6
2016-08-31 06:41:26scopcreate