summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAaron Ang <aaronang@users.noreply.github.com>2018-04-17 21:34:14 (GMT)
committerƁukasz Langa <lukasz@langa.pl>2018-04-17 21:34:14 (GMT)
commitc127a86e1862df88ec6f9d15b79c627fc616766e (patch)
treecbe57da6b7018dc0334591e324b9795edc7d290d /Misc
parent36d56ea826caffbeac0fc0c6d90248b80516e33c (diff)
downloadcpython-c127a86e1862df88ec6f9d15b79c627fc616766e.zip
cpython-c127a86e1862df88ec6f9d15b79c627fc616766e.tar.gz
cpython-c127a86e1862df88ec6f9d15b79c627fc616766e.tar.bz2
bpo-11594: Ensure line-endings are respected when using 2to3 (GH-6483)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-04-16-08-42-03.bpo-11594.QLo4vv.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-04-16-08-42-03.bpo-11594.QLo4vv.rst b/Misc/NEWS.d/next/Library/2018-04-16-08-42-03.bpo-11594.QLo4vv.rst
new file mode 100644
index 0000000..be2abf6
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-04-16-08-42-03.bpo-11594.QLo4vv.rst
@@ -0,0 +1 @@
+Ensure line-endings are respected when using lib2to3.