Add a parsedate() function which emulates rfc822.parsedate(), since python3
authorZac Medico <zmedico@gentoo.org>
Tue, 27 Oct 2009 22:55:04 +0000 (22:55 -0000)
committerZac Medico <zmedico@gentoo.org>
Tue, 27 Oct 2009 22:55:04 +0000 (22:55 -0000)
commit49a1e24fcc6bc0c23181665519fc92ae4fb0de58
tree9e7e8be13a6c1c8abf82f0e15ae691d2f1c3ada9
parent5adb1df7290b168081de0559c2da37d4c878c5a4
Add a parsedate() function which emulates rfc822.parsedate(), since python3
doesn't have it. (trunk r14729)

svn path=/main/branches/2.1.7/; revision=14737
bin/repoman