** 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
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 correcte