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: Rename SC_GLOBAL_EXPLICT to SC_GLOBAL_EXPLICIT in compiler module
Type: Stage: resolved
Components: Library (Lib) Versions: Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Arfrever, nascheme, pitrou, python-dev
Priority: normal Keywords: easy, patch

Created on 2012-06-28 00:41 by Arfrever, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
compiler-SC_GLOBAL_EXPLICIT.patch Arfrever, 2012-06-28 00:41
Messages (3)
msg164215 - (view) Author: Arfrever Frehtes Taifersar Arahesis (Arfrever) * (Python triager) Date: 2012-06-28 00:41
Revision 4809afa85a9b introduced a typo in compiler module:
SC_GLOBAL_EXPLICT instead of SC_GLOBAL_EXPLICIT

The attached patch fixes this typo.
msg164501 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-07-01 22:02
New changeset 55130516d1d2 by Antoine Pitrou in branch '2.7':
Issue #15212: fix typo in compiler module (rename SC_GLOBAL_EXPLICT to SC_GLOBAL_EXPLICIT).
http://hg.python.org/cpython/rev/55130516d1d2
msg164502 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2012-07-01 22:04
Thank you, fixed now.
History
Date User Action Args
2022-04-11 14:57:32adminsetgithub: 59417
2012-07-01 22:04:15pitrousetstatus: open -> closed

nosy: + pitrou
messages: + msg164502

resolution: fixed
stage: patch review -> resolved
2012-07-01 22:02:54python-devsetnosy: + python-dev
messages: + msg164501
2012-06-28 00:42:57Arfreversetnosy: + nascheme
2012-06-28 00:41:13Arfrevercreate