]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GNUTranslations._parse(): Fix portability problems on 64-bit machines
authorBarry Warsaw <barry@python.org>
Thu, 31 Aug 2000 23:28:52 +0000 (23:28 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 31 Aug 2000 23:28:52 +0000 (23:28 +0000)
commit9a2d9d7f04f2ed08574c670bb5ee8ead2a4048ce
tree51b30a95dc35d53c920e424099638d14ecb21700
parent0c4fdbaee8c555527faa656777011570bce5ad5f
GNUTranslations._parse(): Fix portability problems on 64-bit machines
by masking all unsigned integers with 0xffffffff.
Lib/gettext.py