summaryrefslogtreecommitdiff
path: root/src/pyparsing.py
diff options
context:
space:
mode:
authorPaul McGuire <ptmcg@austin.rr.com>2016-05-18 22:04:45 +0000
committerPaul McGuire <ptmcg@austin.rr.com>2016-05-18 22:04:45 +0000
commit1280c5d6875d8883707f8c625153ad4546f2b966 (patch)
treee3b79d25f7d7696d1ebb0c9d2f14ff2e47fe237f /src/pyparsing.py
parentdbdb18942dba44d321f1c648a684b8bbd48671b3 (diff)
downloadpyparsing-git-1280c5d6875d8883707f8c625153ad4546f2b966.tar.gz
Updated comments in pyparsing_common and CHANGES
Diffstat (limited to 'src/pyparsing.py')
-rw-r--r--src/pyparsing.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/pyparsing.py b/src/pyparsing.py
index 2fb471e..c6a0af9 100644
--- a/src/pyparsing.py
+++ b/src/pyparsing.py
@@ -58,7 +58,7 @@ The pyparsing module handles some of the problems that are typically vexing when
"""
__version__ = "2.1.5"
-__versionTime__ = "18 May 2016 13:24 UTC"
+__versionTime__ = "18 May 2016 22:03 UTC"
__author__ = "Paul McGuire <ptmcg@users.sourceforge.net>"
import string
@@ -3900,6 +3900,9 @@ class pyparsing_common:
- numeric forms (integers, reals, scientific notation)
- parse actions for converting numeric strings to Python int and/or float types
- common programming identifiers
+ - network addresses (MAC, IPv4, IPv6)
+ - ISO8601 dates and datetimes
+ - UUID
"""
def convertToInteger(t):