simon-git: spigot (main): Simon Tatham

Commits to Tartarus hosted VCS tartarus-commits at lists.tartarus.org
Sun May 8 08:23:50 BST 2022


TL;DR:
  4b9cde0 Compatibility fixes for Python 3.10.

Repository:     https://git.tartarus.org/simon/spigot.git
On the web:     https://git.tartarus.org/?p=simon/spigot.git
Branch updated: main
Committer:      Simon Tatham <anakin at pobox.com>
Date:           2022-05-08 08:23:50

commit 4b9cde00aaaf2f9dd648d5994ad1544bd3440951
web diff https://git.tartarus.org/?p=simon/spigot.git;a=commitdiff;h=4b9cde00aaaf2f9dd648d5994ad1544bd3440951;hp=7dd3cfdcdba945237baad93d99a4d47a47e7226e
Author: Simon Tatham <anakin at pobox.com>
Date:   Sun May 8 07:07:14 2022 +0100

    Compatibility fixes for Python 3.10.
    
    Python has made good on some long-promised deprecations, bringing to
    my attention a couple of places where I was still using the old name.
    
    Also, somehow, a lot of plain / divisions had managed to survive in
    powbegin without causing type errors. They cause type errors in 3.10,
    but the mystery is why they didn't all along! Now fixed.

 python-demos/powbegin     | 27 +++++++++++++++------------
 python-demos/pythangle    |  5 ++++-
 python-module/__init__.py |  8 ++++++--
 3 files changed, 25 insertions(+), 15 deletions(-)



More information about the tartarus-commits mailing list