summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMario Corchero <mariocj89@gmail.com>2018-05-20 17:42:30 (GMT)
committerAlexander Belopolsky <abalkin@users.noreply.github.com>2018-05-20 17:42:30 (GMT)
commit89a25ce4fdb9c2a1a59d8cbfc498a2614b98e9ae (patch)
tree51cf1b417cdeca205fab1c70555ebf2a432bf710 /Misc
parent0c4be82890858f874ff2158b0fcfdb8f261569c0 (diff)
downloadcpython-89a25ce4fdb9c2a1a59d8cbfc498a2614b98e9ae.zip
cpython-89a25ce4fdb9c2a1a59d8cbfc498a2614b98e9ae.tar.gz
cpython-89a25ce4fdb9c2a1a59d8cbfc498a2614b98e9ae.tar.bz2
bpo-33541: Remove unused __pad function (GH-4377)
Function was added with the initial implementation 00efe7e798.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-05-16-12-32-48.bpo-33541.kQORPE.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-05-16-12-32-48.bpo-33541.kQORPE.rst b/Misc/NEWS.d/next/Library/2018-05-16-12-32-48.bpo-33541.kQORPE.rst
new file mode 100644
index 0000000..1371898
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-05-16-12-32-48.bpo-33541.kQORPE.rst
@@ -0,0 +1,2 @@
+Remove unused private method ``_strptime.LocaleTime.__pad`` (a.k.a.
+``_LocaleTime__pad``).