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 )
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 , 13 years ago
comment:2 by , 13 years ago
priority: | blocker → minor |
---|---|
Type: | defect → enhancement |
comment:3 by , 8 years ago
Description: | modified (diff) |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Python 3 support was added some time ago.
Note:
See TracTickets
for help on using tickets.
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