VirtualBox

Opened 13 years ago

Closed 8 years ago

#9356 closed enhancement (fixed)

Python 3.2

Reported by: Noam Rathaus Owned by:
Component: other Version: VirtualBox 4.1.0
Keywords: sdk python Cc:
Guest type: other Host type: other

Description (last modified by Frank Mehnert)

The python script provided with VirtualBox is not compatible with the [now] main stream Python 3.2.

Several references to print, instead of print(), exec instead of exec()

catch Exception,e instead of catch Exception as e...

etc

See http://docs.python.org/py3k/library/2to3.html for solutions

Change History (3)

comment:1 by Technologov, 13 years ago

Lack of py3k is nowhere near blocker. Not even critical. Not even bug. Just 'normal' feature-request.

py3k is entirely different language, and requires massive rewrite of third-party applications, which will takes years. py3k is not related in any way to python2, expect the name and the author. Not backwards compatible. The py3k is a new language in fact.

-Technologov

comment:2 by Klaus Espenlaub, 13 years ago

priority: blockerminor
Type: defectenhancement

comment:3 by Frank Mehnert, 8 years ago

Description: modified (diff)
Resolution: fixed
Status: newclosed

Python 3 support was added some time ago.

Note: See TracTickets for help on using tickets.

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