[Python-checkins] CVS: python/dist/src/Lib gettext.py,1.6,1.7

Tim Peters python-dev@python.org
Thu, 31 Aug 2000 19:20:23 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv8680/python/dist/src/lib

Modified Files:
	gettext.py 
Log Message:
Repaired comment.


Index: gettext.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/gettext.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** gettext.py	2000/08/31 23:28:52	1.6
--- gettext.py	2000/09/01 02:20:20	1.7
***************
*** 130,134 ****
      def _parse(self, fp):
          """Override this method to support alternative .mo formats."""
!         # We need to & all 32 bit unsigned integers with 0xffffff for
          # portability to 64 bit machines.
          MASK = 0xffffffff
--- 130,134 ----
      def _parse(self, fp):
          """Override this method to support alternative .mo formats."""
!         # We need to & all 32 bit unsigned integers with 0xffffffff for
          # portability to 64 bit machines.
          MASK = 0xffffffff