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: Tidying error messages in compile.c
Type: Stage:
Components: Interpreter Core Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: loewis, staschuk
Priority: normal Keywords: patch

Created on 2003-08-22 00:35 by staschuk, last changed 2022-04-10 16:10 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
param-global.patch staschuk, 2003-08-22 00:35
Messages (2)
msg44491 - (view) Author: Steven Taschuk (staschuk) Date: 2003-08-22 00:35
A couple minor tweaks: (1) for clarity, rename the macro 
LOCAL_GLOBAL to PARAM_GLOBAL, since this error 
message is used only for parameters being declared global; 
(2) for consistency, use that macro instead of an inline 
string in the first pass.
msg44492 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2003-10-18 22:05
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as compile.c 2.297.
History
Date User Action Args
2022-04-10 16:10:45adminsetgithub: 39103
2003-08-22 00:35:45staschukcreate