Author: hartmannathan
Date: Thu Nov 12 03:12:18 2020
New Revision: 1883330
URL: http://svn.apache.org/viewvc?rev=1883330&view=rev
Log:
In 'staging': 1.14 release notes: Document fixes of r1876707 group
* docs/release-notes/1.14.html:
(issues-py3-testsuite-windows): New subsection to document r1876707 group
"Various fixes for making the test suite run correctly with Python 3 on
Windows," merged to 1.14.x branch in r1878415 and awaiting release of
1.14.1.
Modified:
subversion/site/staging/docs/release-notes/1.14.html
Modified: subversion/site/staging/docs/release-notes/1.14.html
URL:
http://svn.apache.org/viewvc/subversion/site/staging/docs/release-notes/1.14.html?rev=1883330&r1=1883329&r2=1883330&view=diff
==============================================================================
--- subversion/site/staging/docs/release-notes/1.14.html (original)
+++ subversion/site/staging/docs/release-notes/1.14.html Thu Nov 12 03:12:18
2020
@@ -1291,6 +1291,30 @@ full path of a Python 3 executable pr
</div> <!-- autogen_sh-py2-py3 -->
+<div class="h4" id="issues-py3-testsuite-windows">
+<h4>Test suite broken when run with Python 3 on Windows
+ <a class="sectionlink" href="#issues-py3-testsuite-windows"
+ title="Link to this section">¶</a>
+</h4>
+
+<p>As of 1.14.0, Subversion's test suite does not run correctly with Python 3
+on Windows due to differences in the way that Python 2.7 and Python 3 handle
+End-Of-Line (EOL) conversions, special characters in pathnames, escaping of
+backslashes used in Windows pathnames, and handling of UTF-8 character
+sequences.</p>
+
+<p>Most of these issues are corrected in 1.14.1. See
+<a href="http://svn.apache.org/r1876707">r1876707</a>,
+<a href="http://svn.apache.org/r1876734">r1876734</a>,
+<a href="http://svn.apache.org/r1877318">r1877318</a>,
+<a href="http://svn.apache.org/r1877712">r1877712</a>,
+<a href="http://svn.apache.org/r1878141">r1878141</a>,
+<a href="http://svn.apache.org/r1878142">r1878142</a>,
+<a href="http://svn.apache.org/r1878143">r1878143</a>, and
+<a href="http://svn.apache.org/r1878144">r1878144</a>.</p>
+
+</div> <!-- issues-py3-testsuite-windows -->
+
</div> <!-- python3-work-in-progress -->
<div class="h3" id="ruby-swig-issue-602">