﻿id,summary,reporter,owner,description,type,status,component,version,resolution,keywords,cc,guest,host
16899,Wrong usage of isdigit in vboxxpcom.py,Andreas_H,,"The file vboxxpcom.py, used for initializing the python bindings, contains a small error which only takes effect when using python 3.

It calls ""isdigit(sCandidate[-1:])"" which should be ""sCandidate[-1:].isdigit()""

As a result, importing vboxapi fails with python 3.",defect,closed,other,VirtualBox 5.1.22,fixed,python,,other,other
