Re: svn commit: r1869849 - /subversion/site/staging/docs/release-notes/1.14.html

2019-11-15 Thread Daniel Shahaf
julianf...@apache.org wrote on Fri, Nov 15, 2019 at 11:46:31 -:
> +++ subversion/site/staging/docs/release-notes/1.14.html Fri Nov 15 11:46:31 
> 2019
> @@ -219,7 +219,7 @@ users.  We'll cover those in this sectio
> -Subversion's SWIG Python bindings and automated test suite now
> +Subversion's SWIG Python bindings and Subversion's test suite now
>  support Python 3.x (and newer).

That will be true in 1.13.1 too.  Would it be worthwhile to point this out?
Probably not in 1.14.html but in the "Known bugs" section of 1.13.html?

> @@ -245,9 +246,8 @@ Welcome below.
> +As of 1 January 2020, https://www.python.org/dev/peps/pep-0373/;>
> +Python 2.7 has reached end of life. All users are strongly encouraged

Please change "> Python" to ">Python" with no intervening whitespace; the
whitespace is noticeable in the rendered HTML.  (Or, at least, it _was_ 
noticeable
when I last tested this.)  Thus:

example

Cheers,

Daniel


svn commit: r1869849 - /subversion/site/staging/docs/release-notes/1.14.html

2019-11-15 Thread julianfoad
Author: julianfoad
Date: Fri Nov 15 11:46:31 2019
New Revision: 1869849

URL: http://svn.apache.org/viewvc?rev=1869849=rev
Log:
* staging/docs/release-notes/1.14.html
  (python2, python3): Tweak text; link to Py2 EOL PEP.

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=1869849=1869848=1869849=diff
==
--- subversion/site/staging/docs/release-notes/1.14.html (original)
+++ subversion/site/staging/docs/release-notes/1.14.html Fri Nov 15 11:46:31 
2019
@@ -219,7 +219,7 @@ users.  We'll cover those in this sectio
 Some optional features of Subversion utilize the Python scripting
 language.
 
-Subversion's SWIG Python bindings and automated test suite now
+Subversion's SWIG Python bindings and Subversion's test suite now
 support Python 3.x (and newer).
 
 
@@ -233,7 +233,8 @@ we could drop support for the oldest one
 reason to do so.
 
 Of course, we welcome contributions that extend Subversion's Python
-support to include other versions. See the section
+support to include other versions, subject to the project's other needs.
+See the section
 Enthusiastic Contributors
 Welcome below.
 
@@ -245,9 +246,8 @@ Welcome below.
 title="Link to this section">
 
 
-As of 1 January 2020, Python 2.7 has reached end of life. This
-means that Python 2.7 will no longer receive maintenance releases or
-patches, even for security issues. All users are strongly encouraged
+As of 1 January 2020, https://www.python.org/dev/peps/pep-0373/;>
+Python 2.7 has reached end of life. All users are strongly encouraged
 to move to Python 3.
 
 As Subversion 1.14 is a Long Term Support (LTS) release with
@@ -265,7 +265,7 @@ release, Subversion 1.10, is supported u
 will not be removed from Subversion 1.10.
 
 Of course, we welcome contributions that extend Subversion's Python
-2.7 support. See the section
+2.7 support, subject to the project's other needs. See the section
 Enthusiastic Contributors
 Welcome below.
 
@@ -276,7 +276,7 @@ Welcome below.
 
 Note that Subversion does not require Python for its basic
 operation. If you are not using Subversion's SWIG Python bindings,
-automated test suite, or other Python-coded tools that ship with
+Subversion's test suite, or other Python-coded tools that ship with
 Subversion, this change does not affect you.