python-stdnum
python-stdnum copied to clipboard
MX_rfc calc_check_digit question
I think there are some problems with this verification mechanism. i get verification from:
https://www.infomex.org.mx/jspsi/documentos/2005/seguimiento/06101/0610100162005_065.doc.Right or not?
For peronal rfc,the doc file example as follow:

I don't understand what the problem is exactly. The example listed is considered valid:
>>> from stdnum.mx import rfc
>>> rfc.validate('GODE561231GR8')
'GODE561231GR8'
Can you clarify?