Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-53983

[REG 5.6.0 -> 5.6.1] QHostAddress behaviour for "31c3" changed

    XMLWordPrintable

Details

    • Bug
    • Resolution: Invalid
    • Not Evaluated
    • None
    • 5.6.1
    • Network
    • None
    • Archlinux

    Description

      In 5.6.0, "31c3" is invalid:

      >>> qVersion()
      '5.6.0'
      >>> QHostAddress('31c3').isNull()
      False
      

      While in 5.6.1 it suddenly is valid:

      >>> qVersion()
      '5.6.1'
      >>> QHostAddress('31c3').isNull()
      True
      

      The qhostaddress source files didn't change since months, so I wonder if this was an intended change?

      (examples using PyQt, but that shouldn't make any difference)

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            thiago Thiago Macieira
            the compiler Florian Bruhin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes