Skip to content

Commit bbd177d

Browse files
author
Jürgen Hermann
committed
Added change notes
1 parent a019d0e commit bbd177d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

tools/pygettext.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
#
44
# minimally patched to make it even more xgettext compatible
55
# by Peter Funk <[email protected]>
6+
#
7+
# 2001-11-21 Jürgen Hermann <[email protected]>
8+
# Checks that _() only contains string literals added, and
9+
# command line args are resolved to module lists, i.e. you
10+
# can now pass a filename, a module or package name, or a
11+
# directory (including globbing chars, important for Win32).
12+
#
613

714
# for selftesting
815
try:

0 commit comments

Comments
 (0)