From ac6b05b3f3951014d1a79646fcbb63f5099596f7 Mon Sep 17 00:00:00 2001 From: jhermann Date: Fri, 30 Nov 2001 01:35:39 +0000 Subject: [PATCH] Added change notes git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/trunk@436 57a73879-2fb5-44c3-a270-3262357dd7e2 --- tools/pygettext.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/pygettext.py b/tools/pygettext.py index 8e248b7..b9f8419 100644 --- a/tools/pygettext.py +++ b/tools/pygettext.py @@ -3,6 +3,13 @@ # # minimally patched to make it even more xgettext compatible # by Peter Funk +# +# 2001-11-21 Jürgen Hermann +# Checks that _() only contains string literals added, 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). +# # for selftesting try: -- 2.30.2