simon-git: putty (main): Simon Tatham
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Thu Aug 1 21:43:04 BST 2024
TL;DR:
22f8122b Suppress syntax warnings on Python 3.12.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: main
Committer: Simon Tatham <anakin at pobox.com>
Date: 2024-08-01 21:43:04
commit 22f8122b13e6c856aad9c8a76ace72d1f783dc2f
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=22f8122b13e6c856aad9c8a76ace72d1f783dc2f;hp=400c895cedc1e454aee3e44022cf15f2343b6740
Author: Colin Watson <cjwatson at debian.org>
Date: Thu Aug 1 15:18:57 2024 +0100
Suppress syntax warnings on Python 3.12.
Python 3.12 has a new warning for backslash-character pairs that are not
valid escape sequences at the level of string literals, as opposed to in
some interior syntax such as regular expressions
(https://docs.python.org/3/whatsnew/3.12.html#other-language-changes).
Suppress it by using raw strings.
contrib/kh2reg.py | 4 ++--
test/testcrypt.py | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
More information about the tartarus-commits
mailing list