You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by ds...@apache.org on 2023/12/22 09:08:04 UTC

svn commit: r1914846 - /subversion/branches/1.14.x/STATUS

Author: dsahlberg
Date: Fri Dec 22 09:08:04 2023
New Revision: 1914846

URL: http://svn.apache.org/viewvc?rev=1914846&view=rev
Log:
* STATUS: Nominate r1912632.

Modified:
    subversion/branches/1.14.x/STATUS

Modified: subversion/branches/1.14.x/STATUS
URL: http://svn.apache.org/viewvc/subversion/branches/1.14.x/STATUS?rev=1914846&r1=1914845&r2=1914846&view=diff
==============================================================================
--- subversion/branches/1.14.x/STATUS (original)
+++ subversion/branches/1.14.x/STATUS Fri Dec 22 09:08:04 2023
@@ -36,6 +36,15 @@ Candidate changes:
    Votes:
      +1: futatuki
 
+ * r1912632
+   Fix `invalid escape sequence` in Python scripts to prevent many
+   `SyntaxWarning`s since Python 3.12.
+   Justification:
+     Bare \ in regexps are SyntaxWarning as of Python 3.12, will be
+     SyntaxError in a future release.
+   Votes:
+     +1: dsahlberg
+
 Veto-blocked changes:
 =====================
 



Re: svn commit: r1914846 - /subversion/branches/1.14.x/STATUS

Posted by Daniel Sahlberg <da...@gmail.com>.
As discussed in dev@ [1], this backport should not be considered a blocker
for the upcoming 1.14.3 release.

Kind regards,
Daniel

[1] https://lists.apache.org/thread/x86cbbvy81kwq5x3jtds6dz1qwn84wsv


Den fre 22 dec. 2023 kl 10:08 skrev <ds...@apache.org>:

> Author: dsahlberg
> Date: Fri Dec 22 09:08:04 2023
> New Revision: 1914846
>
> URL: http://svn.apache.org/viewvc?rev=1914846&view=rev
> Log:
> * STATUS: Nominate r1912632.
>
> Modified:
>     subversion/branches/1.14.x/STATUS
>
> Modified: subversion/branches/1.14.x/STATUS
> URL:
> http://svn.apache.org/viewvc/subversion/branches/1.14.x/STATUS?rev=1914846&r1=1914845&r2=1914846&view=diff
>
> ==============================================================================
> --- subversion/branches/1.14.x/STATUS (original)
> +++ subversion/branches/1.14.x/STATUS Fri Dec 22 09:08:04 2023
> @@ -36,6 +36,15 @@ Candidate changes:
>     Votes:
>       +1: futatuki
>
> + * r1912632
> +   Fix `invalid escape sequence` in Python scripts to prevent many
> +   `SyntaxWarning`s since Python 3.12.
> +   Justification:
> +     Bare \ in regexps are SyntaxWarning as of Python 3.12, will be
> +     SyntaxError in a future release.
> +   Votes:
> +     +1: dsahlberg
> +
>  Veto-blocked changes:
>  =====================
>
>
>
>