Use _unicode_decode() on the string retunred from time.strftime(), in order
authorZac Medico <zmedico@gentoo.org>
Thu, 3 Sep 2009 01:06:52 +0000 (01:06 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 3 Sep 2009 01:06:52 +0000 (01:06 -0000)
commit295e070566dd89f38fe3a8450a06c5f97f839fc4
treec179129d17d7fa01ce90c1a37df9c5d5a9d0b053
parent1041841565de4f4348de5fbd7792eb8b375493c1
Use _unicode_decode() on the string retunred from time.strftime(), in order
to avoid a potential UnicodeDecodeError later. Thanks to Markus Duft
<mduft@gentoo.org> for reporting.

svn path=/main/trunk/; revision=14180
pym/portage/elog/mod_save_summary.py