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: Improvements for pygettext
Type: Stage:
Components: Demos and Tools Versions: Python 2.3
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: barry Nosy List: barry, jhermann, loewis
Priority: normal Keywords: patch

Created on 2001-12-19 00:36 by jhermann, last changed 2022-04-10 16:04 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
diff jhermann, 2001-12-19 00:36 Diff to cvs revision 1.21
Messages (2)
msg38527 - (view) Author: Jürgen Hermann (jhermann) Date: 2001-12-19 00:36
Added checks that _() only contains string literals, 
and command line args are resolved to module lists, 
i.e. you can now pass a filename, a module or package 
name, or a directory (including globbing chars, 
important for Win32). Made docstring fit in 80 chars 
wide displays using pydoc.
msg38528 - (view) Author: Martin v. Löwis (loewis) * (Python committer) Date: 2002-11-22 08:37
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as

ACKS 1.217
NEWS 1.534
pygettext.py 1.22

Sorry it took so long.
History
Date User Action Args
2022-04-10 16:04:47adminsetgithub: 35782
2001-12-19 00:36:49jhermanncreate