Strange Change Of Module Name
Betty Hollinshead
lizzyhollins99 at gmail.com
Fri Nov 5 16:08:08 EDT 2021
python3-3.10.0-1.fc35.x86_64
alacarte-3.36.0-6.fc35.noarch
Someone in the Python world changed the name of an import.
Once upon a time the import (in alacarte) it looked like this:
from collections import Sequence
In a standard Fedora 35 install a few days ago, alacarte crashes.
....because the import (now) needs to look like this:
from collections.abc import Sequence
Am I alone in wondering about this sort of stupid change of name?
L.
More information about the Python-list
mailing list