summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-05-18-15-50-14.bpo-36959.ew6WZ4.rst
diff options
context:
space:
mode:
authorPablo Galindo <pablogsal@gmail.com>2024-02-06 21:20:31 (GMT)
committerPablo Galindo <pablogsal@gmail.com>2024-02-06 21:21:21 (GMT)
commitdb85d51d3ea4adfc6147d6af400e167659689eed (patch)
treebb5034035ed763a46af8401cd8268cbc201fe885 /Misc/NEWS.d/next/Library/2019-05-18-15-50-14.bpo-36959.ew6WZ4.rst
parenta04dc431486f20b1c4f7f12a27ca2269329c41bf (diff)
downloadcpython-3.11.8.zip
cpython-3.11.8.tar.gz
cpython-3.11.8.tar.bz2
Python 3.11.8v3.11.8
Diffstat (limited to 'Misc/NEWS.d/next/Library/2019-05-18-15-50-14.bpo-36959.ew6WZ4.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2019-05-18-15-50-14.bpo-36959.ew6WZ4.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-05-18-15-50-14.bpo-36959.ew6WZ4.rst b/Misc/NEWS.d/next/Library/2019-05-18-15-50-14.bpo-36959.ew6WZ4.rst
deleted file mode 100644
index 1ac05a7..0000000
--- a/Misc/NEWS.d/next/Library/2019-05-18-15-50-14.bpo-36959.ew6WZ4.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-Fix some error messages for invalid ISO format string combinations in ``strptime()`` that referred to directives not contained in the format string.
-Patch by Gordon P. Hemsley.