diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2002-11-22 08:36:54 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2002-11-22 08:36:54 (GMT) |
commit | 0d1fdea8efc48560d90374d8b785aee26ae82b70 (patch) | |
tree | 71e9606a5afcba430c6dd2a16e1ee9d0335d30e6 /Misc | |
parent | 4581cfa326cf7d8b9d7888d4c0e96ee88950bcfa (diff) | |
download | cpython-0d1fdea8efc48560d90374d8b785aee26ae82b70.zip cpython-0d1fdea8efc48560d90374d8b785aee26ae82b70.tar.gz cpython-0d1fdea8efc48560d90374d8b785aee26ae82b70.tar.bz2 |
Patch #494845: Support string concatenation, detect non-string data,
add globbing support, find modules by name instead of by file.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 |
2 files changed, 4 insertions, 0 deletions
@@ -220,6 +220,7 @@ Jonathan Hendry James Henstridge Chris Herborth Ivan Herman +Jürgen Hermann Gary Herron Bernhard Herzog Magnus L. Hetland @@ -621,6 +621,9 @@ Library Tools/Demos ----------- +- pygettext.py now supports globbing on Windows, and accepts module + names in addition to accepting file names. + - The SGI demos (Demo/sgi) have been removed. Nobody thought they were interesting any more. (The SGI library modules and extensions are still there; it is believed that at least some of these are |