commit | fe84f327a226bfc15e9b01df073827e136e83c59 | [log] [tgz] |
---|---|---|
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Sat Jun 26 02:12:19 2010 +0000 |
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Sat Jun 26 02:12:19 2010 +0000 |
tree | f49c99a71d37ca2f0766571193a74301ccf7bad1 | |
parent | 82842cc46e6a117ffd58c1b546db55a27cadef26 [diff] |
Merged revisions 82236 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r82236 | alexander.belopolsky | 2010-06-25 22:05:19 -0400 (Fri, 25 Jun 2010) | 4 lines Issue #9024: Fixed mark-up for PyDateTime_IMPORT macro and added that it is typically used in module initialization function. Thanks Tim Golden for the patch. ........