commit | 56303e021d4e0ad6c0e64f8e51021480a9478a07 | [log] [tgz] |
---|---|---|
author | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Sat Jun 26 02:15:07 2010 +0000 |
committer | Alexander Belopolsky <alexander.belopolsky@gmail.com> | Sat Jun 26 02:15:07 2010 +0000 |
tree | 6a4b63f94755359d62ae0fe0c2bf2ffa57fbdc88 | |
parent | 809726954c62740ae8a660e24c41fd1b078f8cd5 [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. ........