VirtualBox

Ignore:
Timestamp:
Aug 10, 2021 1:01:34 PM (3 years ago)
Author:
vboxsync
Message:

ValKit: More Python 3.9 API changes needed (array.array.tostring() -> .tobytes()) [build fix] bugref:10079

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/tests/storage/remoteexecutor.py

    r90595 r90596  
    6767                    # Removed since Python 3.9.
    6868                    return str(sText.tostring()); # pylint: disable=no-member
    69                 else:
    70                     return str(sText.tobytes());
     69                return str(sText.tobytes());
    7170            except:
    7271                pass;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette