Details
-
Bug
-
Resolution: Fixed
-
P4: Low
-
6.5.1.1
-
None
-
da76aaa3a (dev), 1b3a01317 (6.5)
Description
There are several wrong signatures in QtCore.pyi. This time, it's about the following:
def qCritical(arg__1: bytes) -> None: ... def qDebug(arg__1: bytes) -> None: ... def qFatal(arg__1: bytes) -> None: ... def qWarning(arg__1: bytes) -> None: ...
In all of them, arg__1 should be a str and probably named message.
As a side note, why is there no qInfo there in QtCore?
Attachments
Issue Links
- relates to
-
PYSIDE-2387 QtCore.qVersion returns a str, but claims to return bytes
- Closed