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: Error message for __build_class__ contains typo
Type: Stage: resolved
Components: Versions: Python 3.4, Python 3.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: akaptur, alex, python-dev, zach.ware
Priority: low Keywords: patch

Created on 2014-08-05 18:54 by akaptur, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
build_class_typo.patch akaptur, 2014-08-05 18:54 review
Messages (4)
msg224874 - (view) Author: A Kaptur (akaptur) * (Python triager) Date: 2014-08-05 18:54
One of the error messages for __build_class__ has an extra underscore in the middle.
msg224875 - (view) Author: Alex Gaynor (alex) * (Python committer) Date: 2014-08-05 18:56
Patch LGTM.
msg224878 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-08-05 19:02
New changeset de287a94b486 by Zachary Ware in branch '3.4':
Issue #22146: Fix typo in __build_class__ error message
http://hg.python.org/cpython/rev/de287a94b486

New changeset d85fcf23549e by Zachary Ware in branch 'default':
Closes #22146: Merge with 3.4
http://hg.python.org/cpython/rev/d85fcf23549e
msg224879 - (view) Author: Zachary Ware (zach.ware) * (Python committer) Date: 2014-08-05 19:03
Fixed, thanks for the report and patch!
History
Date User Action Args
2022-04-11 14:58:06adminsetgithub: 66344
2014-08-05 19:03:07zach.waresetnosy: + zach.ware
messages: + msg224879
2014-08-05 19:02:29python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg224878

resolution: fixed
stage: resolved
2014-08-05 18:56:04alexsetnosy: + alex

messages: + msg224875
versions: + Python 3.5
2014-08-05 18:54:45akapturcreate