summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJoannah Nanjekye <33177550+nanjekyejoannah@users.noreply.github.com>2019-09-11 13:58:42 (GMT)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2019-09-11 13:58:42 (GMT)
commit1a53c785e62e00bad87ae19466c3a32ebcebb915 (patch)
tree751260813a7883047c8db03bc0a58ef19b7a348d /Misc
parentb6643dcfc26859f935e4b3a6a2a203e8ef5320e2 (diff)
downloadcpython-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.rst1
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