summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2012-06-08 16:33:09 (GMT)
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2012-06-08 16:33:09 (GMT)
commita4415141da431c74c405efc0ea2791183285f8ee (patch)
treeb0aed8191d2b8f94e08417e7ab53b4fc22abbfdd /Misc
parented36b2e55be884afb7517905e02da313973998d1 (diff)
downloadcpython-a4415141da431c74c405efc0ea2791183285f8ee.zip
cpython-a4415141da431c74c405efc0ea2791183285f8ee.tar.gz
cpython-a4415141da431c74c405efc0ea2791183285f8ee.tar.bz2
Issue #2736: Added datetime.timestamp() method.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index caa31b3..c4dde35 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@ Core and Builtins
Library
-------
+- Issue #2736: Added datetime.timestamp() method.
+
- Issue #13854: Make multiprocessing properly handle non-integer
non-string argument to SystemExit.