Details
-
Bug
-
Resolution: Fixed
-
P4: Low
-
6.5.1.1
-
10941bc37 (dev), a759faab4 (6.5)
Description
In QtCore.pyi, instead of
def qVersion() -> bytes: ...
it should be
def qVersion() -> str: ...
Attachments
Issue Links
- relates to
-
PYSIDE-2386 qFatal, qCritical, qWarning, and qDebug of QtCore need a str, but expect bytes
- Closed