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:
 =====================
 


Reply via email to