python-stdnum commit: r62 - in python-stdnum: . stdnum
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
python-stdnum commit: r62 - in python-stdnum: . stdnum
- 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: r62 - in python-stdnum: . stdnum
- Date: Sat, 5 Feb 2011 23:48:40 +0100 (CET)
Author: arthur
Date: Sat Feb 5 23:48:39 2011
New Revision: 62
URL: http://arthurdejong.org/viewvc/python-stdnum?view=rev&revision=62
Log:
add ISIL to the documentation
Modified:
python-stdnum/README
python-stdnum/stdnum/__init__.py
Modified: python-stdnum/README
==============================================================================
--- python-stdnum/README Sat Feb 5 23:43:44 2011 (r61)
+++ python-stdnum/README Sat Feb 5 23:48:39 2011 (r62)
@@ -20,6 +20,8 @@
* MEID (Mobile Equipment Identifier)
* GRid (Global Release Identifier)
* IBAN (International Bank Account Number)
+ * ISIL (International Standard Identifier for Libraries and Related
+ Organizations)
Furthermore a number of generic check digit algorithms are available:
Modified: python-stdnum/stdnum/__init__.py
==============================================================================
--- python-stdnum/stdnum/__init__.py Sat Feb 5 23:43:44 2011 (r61)
+++ python-stdnum/stdnum/__init__.py Sat Feb 5 23:48:39 2011 (r62)
@@ -1,7 +1,7 @@
# __init__.py - main module
# coding: utf-8
#
-# Copyright (C) 2010 Arthur de Jong
+# Copyright (C) 2010, 2011 Arthur de Jong
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -34,6 +34,8 @@
* MEID (Mobile Equipment Identifier)
* GRid (Global Release Identifier)
* IBAN (International Bank Account Number)
+ * ISIL (International Standard Identifier for Libraries and Related
+ Organizations)
Furthermore a number of generic check digit algorithms are available:
--
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: r62 - in python-stdnum: . stdnum,
Commits of the python-stdnum project