Subject: | Data parsing bug in 0.05 |
The module thinks 585-18-1234 is invalid ("Bad area"), because
it misparses the following __DATA__ entry (line 506):
525,585 NM New Mexico
This can be fixed by altering the RE at line 255,
but a simpler fix is to rewrite the above as 2 lines:
525 NM New Mexico
585 NM New Mexico
I discovered this bug while translating the module to python.
Cheers,
-- Ken Lalonde