VirtualBox

Ignore:
Timestamp:
Jan 18, 2024 10:31:20 AM (14 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
161176
Message:

Main/Python bindings: Document + mark Python 2 as being deprecated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxShell/vboxshell.py

    r102912 r102948  
    36553655        del sPath, asLocations
    36563656
     3657    # Deprecation warning for older Python stuff (< Python 3.x).
     3658    if sys.version_info.major < 3:
     3659        print("\nWarning: Running VirtualBox with Python %d.%d is marked as being deprecated.\n" \
     3660              "Please upgrade your Python installation to avoid breakage.\n" \
     3661              % (sys.version_info.major, sys.version_info.minor))
    36573662
    36583663    #
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