commit | 04af5b1ba9eb546a29735fac6cb5298159069b53 | [log] [tgz] |
---|---|---|
author | Paul Ganssle <pganssle@users.noreply.github.com> | Wed Jan 24 17:29:30 2018 -0500 |
committer | Alexander Belopolsky <abalkin@users.noreply.github.com> | Wed Jan 24 17:29:30 2018 -0500 |
tree | 12e50adcc6ee03a3a4a80cb0a9b37bff4b58901b | |
parent | ccbe5818af20f8c12043f5c30c277a74714405e0 [diff] |
bpo-10381: Add timezone to datetime C API (#5032) * Add timezone to datetime C API * Add documentation for timezone C API macros * Add dedicated tests for datetime type check macros * Remove superfluous C API test * Drop support for TimeZoneType in datetime C API * Expose UTC singleton to the datetime C API * Update datetime C-API documentation to include links * Add reference count information for timezone constructors