]> granicus.if.org Git - python/commit
GNUTranslations._parse(): Initialize local variable k so that if the
authorBarry Warsaw <barry@python.org>
Sat, 4 Oct 2003 02:28:31 +0000 (02:28 +0000)
committerBarry Warsaw <barry@python.org>
Sat, 4 Oct 2003 02:28:31 +0000 (02:28 +0000)
commitb8c787606cfd5bbef2e826ee854f424483e814e2
tree5ef5b09342cf310f18adc67ec3d427028b76c9d3
parentf64ec0f2a1048fde833cb81f1ee199d0d2b507ac
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.

Backport candidate.
Lib/gettext.py