Hello,

(sid_s390x-dchroot)locutusofborg@zelenka:~$ python3 -c "from PyQt6 import 
QtCore; print(QtCore.QLocale(QtCore.QLocale.Language.Dutch, 
QtCore.QLocale.Script.LatinScript, 
QtCore.QLocale.Country.Netherlands).decimalPoint())"
.
(sid_s390x-dchroot)locutusofborg@zelenka:~$ python3 -c "from PyQt5 import 
QtCore; print(QtCore.QLocale(QtCore.QLocale.Language.Dutch, 
QtCore.QLocale.Script.LatinScript, 
QtCore.QLocale.Country.Netherlands).decimalPoint())"
,



I tried on the latest Ubuntu LTS version, on pbuilder s390x chroot

# apt install python3-pyqt6; python3 -c "from PyQt6.QtCore import QLocale; 
print(QLocale(QLocale.Language.Dutch, QLocale.Script.LatinScript, 
QLocale.Country.Netherlands).decimalPoint())"
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
python3-pyqt6 is already the newest version (6.6.1-2build4).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

.

# dpkg -l |grep pyqt
ii  python3-pyqt6                  6.6.1-2build4                     s390x      
  Python bindings for Qt 6
ii  python3-pyqt6.sip              13.6.0-1build2                    s390x      
  runtime module for Python extensions using SIP

so at least 6.6.1 is affected (Ubuntu noble 24.04)

G.

Reply via email to