On Tue, Dec 3, 2019 at 3:14 PM Nathan Hartman <hartman.nat...@gmail.com> wrote: > I'm placing a reminder to myself to update the 1.14 Release Notes with > a link to this wiki page in "known issues" as discussed previously...
Regarding the 1.14 release notes and linking to the Python 3 work in progress / status wiki page, I'm thinking of something along these lines: [[[ Index: 1.14.html =================================================================== --- 1.14.html (revision 1871139) +++ 1.14.html (working copy) @@ -366,13 +366,30 @@ title="Link to this section">¶</a> </h2> +<!-- <p>There are no known issues specific to this release at the moment.</p> +--> -<!-- <p>There are some known issues in the Subversion 1.14 releases. These may be fixed in later 1.14.x releases.</p> ---> +<div class="h3" id="python3-work-in-progress"> +<h3>Python 3 support is incomplete + <a class="sectionlink" href="#python3-work-in-progress" + title="Link to this section">¶</a> +</h3> + +Some Python scripts that are included in Subversion's release +distribution do not support Python 3 yet. + +For an exhaustive list of all Python scripts and files that use +Python, categorized by their Python 3 support status, see the +<a href="https://cwiki.apache.org/confluence/display/SVN/Subversion%27s+Python+3+Support+Status" +>Subversion's Python 3 Support Status</a> wiki page. +</p> + +</div> <!-- python3-work-in-progress --> + </div> <!-- issues --> <!-- (This section only makes sense when there are some issues listed in it.) ]]] Cheers, Nathan