]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GNUTranslations._parse(): Initialize local variable k so that if the
authorBarry Warsaw <barry@python.org>
Sat, 4 Oct 2003 02:39:11 +0000 (02:39 +0000)
committerBarry Warsaw <barry@python.org>
Sat, 4 Oct 2003 02:39:11 +0000 (02:39 +0000)
commitfcf97402082357b74eb7ee9b333158e5b0a4c0c3
treece8b1c0755222e2ebe9e54693860596958eea72e
parentfe161633889a1102a4794c6125b03f186c6fe472
GNUTranslations._parse(): Initialize local variable k so that if the
first line of a header section isn't an RFC-ish header, it's just
ignored instead of throwing an UnboundLocalError.

Backported.
Lib/gettext.py