python-stdnum commit: r105 - python-stdnum/stdnum/cz
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum commit: r105 - python-stdnum/stdnum/cz
- From: Commits of the python-stdnum project <python-stdnum-commits [at] lists.arthurdejong.org>
- To: python-stdnum-commits [at] lists.arthurdejong.org
- Reply-to: python-stdnum-users [at] lists.arthurdejong.org
- Subject: python-stdnum commit: r105 - python-stdnum/stdnum/cz
- Date: Fri, 10 Feb 2012 14:19:48 +0100 (CET)
Author: arthur
Date: Fri Feb 10 14:19:48 2012
New Revision: 105
URL: http://arthurdejong.org/viewvc/python-stdnum?revision=105&view=revision
Log:
add some info to description
Modified:
python-stdnum/stdnum/cz/rc.py
Modified: python-stdnum/stdnum/cz/rc.py
==============================================================================
--- python-stdnum/stdnum/cz/rc.py Fri Feb 10 14:16:58 2012 (r104)
+++ python-stdnum/stdnum/cz/rc.py Fri Feb 10 14:19:48 2012 (r105)
@@ -19,7 +19,9 @@
# 02110-1301 USA
"""Module for handling Czech birth numbers (RČ, Rodné číslo), the Czech
-national identifier.
+national identifier. The number can be 9 or 10 digits long. Numbers given
+out after January 1st 1954 should have 10 digits. The number includes the
+birth date of the person and their gender.
>>> compact('710319/2745')
'7103192745'
--
To unsubscribe send an email to
python-stdnum-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/python-stdnum-commits/
- python-stdnum commit: r105 - python-stdnum/stdnum/cz,
Commits of the python-stdnum project