summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Security/2017-09-04-21-24-51.bpo-31339.YSczZN.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Security/2017-09-04-21-24-51.bpo-31339.YSczZN.rst')
-rw-r--r--Misc/NEWS.d/next/Security/2017-09-04-21-24-51.bpo-31339.YSczZN.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/Misc/NEWS.d/next/Security/2017-09-04-21-24-51.bpo-31339.YSczZN.rst b/Misc/NEWS.d/next/Security/2017-09-04-21-24-51.bpo-31339.YSczZN.rst
deleted file mode 100644
index a02a407b5d..0000000000
--- a/Misc/NEWS.d/next/Security/2017-09-04-21-24-51.bpo-31339.YSczZN.rst
+++ /dev/null
@@ -1,4 +0,0 @@
-Rewrite time.asctime() and time.ctime(). Backport and adapt the _asctime()
-function from the master branch to not depend on the implementation of
-asctime() and ctime() from the external C library. This change fixes a bug
-when Python is run using the musl C library.