From: Alexander Belopolsky Date: Fri, 18 Jun 2010 18:45:58 +0000 (+0000) Subject: Blocked revisions 82073 via svnmerge X-Git-Tag: v3.1.3rc1~612 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62f080c22e313c97450d2c23d86a97fb55915a2f;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 82073 via svnmerge ........ r82073 | alexander.belopolsky | 2010-06-18 14:44:37 -0400 (Fri, 18 Jun 2010) | 4 lines Issue #6641: Original commit for this issue, r82053, introduced a regression making datetime subclass' strptime return datetime rather than subclass instances. Fixed this bug and a few typos. ........ ---