[Bug 313575] [NEW] Alpha char in numeric constant in VMBuilder/vm.py

2009-01-03 Thread spiggott
Public bug reported: /usr/lib/python2.5/site-packages/VMBuilder/vm.py crashes on the line mask = Ox where the initial character is a capital O rather than a zero. This caused the program to fail in Intrepid -- I didn't keep a copy of the traceback, but replacing that O with a zero

[Bug 313575] Re: VMBuilder/vm.py crash on an alpha char in numeric constant

2009-01-03 Thread spiggott
** Summary changed: - Alpha char in numeric constant in VMBuilder/vm.py + VMBuilder/vm.py crash on an alpha char in numeric constant ** Description changed: /usr/lib/python2.5/site-packages/VMBuilder/vm.py crashes on the line mask = Ox - where the initial character is a capital O