summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-06-11 13:07:51 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-06-11 13:07:51 (GMT)
commit4fae8cdaeac117c6a567f9305a22fd0cff400452 (patch)
treef01b63d1495c581d36e0f346cb8fa23a8b160045 /Misc
parent3c4acd8bf9b7f2e1dcfd5bb76c4562451c3d8fa1 (diff)
downloadcpython-4fae8cdaeac117c6a567f9305a22fd0cff400452.zip
cpython-4fae8cdaeac117c6a567f9305a22fd0cff400452.tar.gz
cpython-4fae8cdaeac117c6a567f9305a22fd0cff400452.tar.bz2
Close #13857: Added textwrap.indent() function (initial patch by Ezra
Berch)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
2 files changed, 4 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 9c2483c..b89493b 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -82,6 +82,7 @@ Alexander “Саша” Belopolsky
Eli Bendersky
Andrew Bennetts
Andy Bensky
+Ezra Berch
Michel Van den Bergh
Julian Berman
Brice Berna
diff --git a/Misc/NEWS b/Misc/NEWS
index c4dde35..13a1320 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,9 @@ Core and Builtins
Library
-------
+- Issue #13857: Added textwrap.indent() function (initial patch by Ezra
+ Berch)
+
- Issue #2736: Added datetime.timestamp() method.
- Issue #13854: Make multiprocessing properly handle non-integer