wxMaskedNumCtrl - allowNone=True doesn't work

I'm using wxpython 2.4.2.4u with Python2.3 on win2K platform. I set my wxMaskedNumCtrl item with allowNone=True in the construction. Then I try to mynumctrl.SetValue(None) and I get a traceback. Is this a known bug?

Sameer