[Python-checkins] CVS: python/dist/src/Tools/i18n pygettext.py,1.8,1.9

Barry A. Warsaw python-dev@python.org
Tue, 2 May 2000 15:28:32 -0400 (EDT)


Update of /projects/cvsroot/python/dist/src/Tools/i18n
In directory anthem:/home/bwarsaw/projects/python/Tools/i18n

Modified Files:
	pygettext.py 
Log Message:
Added an unused Unicode string for testing.


Index: pygettext.py
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Tools/i18n/pygettext.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** pygettext.py	2000/03/08 15:18:35	1.8
--- pygettext.py	2000/05/02 19:28:30	1.9
***************
*** 450,451 ****
--- 450,453 ----
  if __name__ == '__main__':
      main()
+     # some more test strings
+     _(u'a unicode string')