Stéphane Raimbault
2008-10-16 10:55:36 UTC
In France, the regional code is 33 (+33) so when I enter an French phone
What do you think about this test?
The associated message says:
Please enter a number, with area code, in the form +##-###-#######.
but it doesn't match the French format +## ## ## ## ## ## or +##-##########
How I can run the doctests of FormEncode?
Stephane
c = InternationalPhoneNumber(default_cc=33)
c.to_python('02 43 92 34 18')
'+33-243923418'c.to_python('02 43 92 34 18')
What do you think about this test?
The associated message says:
Please enter a number, with area code, in the form +##-###-#######.
but it doesn't match the French format +## ## ## ## ## ## or +##-##########
How I can run the doctests of FormEncode?
Stephane