[Zope3-checkins] CVS: Zope3/src/zope/app/translation_files -
pygettext.py:1.2
Jim Fulton
jim at zope.com
Thu Sep 4 11:22:28 EDT 2003
Update of /cvs-repository/Zope3/src/zope/app/translation_files
In directory cvs.zope.org:/tmp/cvs-serv32354/src/zope/app/translation_files
Modified Files:
pygettext.py
Log Message:
Removed some non-ascii comment text that was causing warnings in
Python 2.3.
=== Zope3/src/zope/app/translation_files/pygettext.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/translation_files/pygettext.py:1.1 Thu Apr 3 11:18:36 2003
+++ Zope3/src/zope/app/translation_files/pygettext.py Thu Sep 4 10:22:27 2003
@@ -195,8 +195,7 @@
def make_escapes(pass_iso8859):
global escapes
if pass_iso8859:
- # Allow iso-8859 characters to pass through so that e.g. 'msgid
- # "Höhe"' would result not result in 'msgid "H\366he"'. Otherwise we
+ # Allow iso-8859 characters to pass through. Otherwise we
# escape any character outside the 32..126 range.
mod = 128
else:
More information about the Zope3-Checkins
mailing list