diff options
author | Joannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com> | 2019-09-11 13:58:42 (GMT) |
---|---|---|
committer | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2019-09-11 13:58:42 (GMT) |
commit | 1a53c785e62e00bad87ae19466c3a32ebcebb915 (patch) | |
tree | 751260813a7883047c8db03bc0a58ef19b7a348d /Misc | |
parent | b6643dcfc26859f935e4b3a6a2a203e8ef5320e2 (diff) | |
download | cpython-1a53c785e62e00bad87ae19466c3a32ebcebb915.zip cpython-1a53c785e62e00bad87ae19466c3a32ebcebb915.tar.gz cpython-1a53c785e62e00bad87ae19466c3a32ebcebb915.tar.bz2 |
bpo-37488 : Document a warning for datetime.utcnow() and utcfromtimestamp() (GH-15773)
https://bugs.python.org/issue37488
Automerge-Triggered-By: @pganssle
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2019-09-11-11-44-16.bpo-37488.S8CJUL.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-09-11-11-44-16.bpo-37488.S8CJUL.rst b/Misc/NEWS.d/next/Library/2019-09-11-11-44-16.bpo-37488.S8CJUL.rst new file mode 100644 index 0000000..4f90415 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2019-09-11-11-44-16.bpo-37488.S8CJUL.rst @@ -0,0 +1 @@ +Add warning to :meth:`datetime.utctimetuple`, :meth:`datetime.utcnow` and :meth:`datetime.utcfromtimestamp` .
\ No newline at end of file |