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: compileall.py - print file name in err msg in quiet mode
Type: Stage:
Components: Library (Lib) Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: doko, loewis
Priority: normal Keywords: patch

Created on 2004-06-19 15:23 by doko, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
compileall.diff doko, 2004-06-19 15:23
Messages (2)
msg46196 - (view) Author: Matthias Klose (doko) * (Python committer) Date: 2004-06-19 15:23
compileall.py - print file name in err msg in quiet
mode, else it get's difficult to find the file the
error occurred in.
msg46197 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2004-06-20 21:03
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as compileall.py 1.16;
1.14.12.2; NEWS 1.831.4.123
History
Date User Action Args
2022-04-11 14:56:04adminsetgithub: 40420
2004-06-19 15:23:37dokocreate