summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2012-10-02 04:40:20 +0000
committerptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2012-10-02 04:40:20 +0000
commita499bc1fb41f1c5a899712ab62502148012bd9fa (patch)
treed29e23b4785a8adfb14742f14dbee0b4e7814ce4
parent3a9e00eeceacb4225252da4e45bb925d1ec7fe8b (diff)
downloadpyparsing-a499bc1fb41f1c5a899712ab62502148012bd9fa.tar.gz
Changes for release 1.5.7
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/trunk@234 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
-rw-r--r--src/CHANGES12
-rw-r--r--src/MANIFEST.in7
2 files changed, 10 insertions, 9 deletions
diff --git a/src/CHANGES b/src/CHANGES
index 0005203..0a74d45 100644
--- a/src/CHANGES
+++ b/src/CHANGES
@@ -2,8 +2,14 @@
Change Log
==========
-Version 1.5.7 -
------------------
+Version 1.5.7 - October, 2012
+-----------------------------
+- NOTE: This is the last release of pyparsing that will try to
+ maintain compatibility with Python versions < 2.6. The next
+ release of pyparsing will be version 1.6.0, using new Python
+ syntax that will not be compatible for Python version 2.5 or
+ older.
+
- An awesome new example is included in this release, submitted
by Luca DellOlio, for parsing ANTLR grammar definitions, nice
work Luca!
@@ -28,6 +34,8 @@ Version 1.5.7 -
actions. Now you can write 'expr.setParseAction(len)' and get back
the length of the list of matched tokens. Supported builtins are:
sum, len, sorted, reversed, list, tuple, set, any, all, min, and max.
+ A script demonstrating this feature is included in the examples
+ directory.
- Improved linking in generated docs, proposed on the pyparsing wiki
by techtonik, thanks!
diff --git a/src/MANIFEST.in b/src/MANIFEST.in
deleted file mode 100644
index 5f2b98b..0000000
--- a/src/MANIFEST.in
+++ /dev/null
@@ -1,7 +0,0 @@
-include pyparsing.py
-include HowToUsePyparsing.html pyparsingClassDiagram.*
-include README CHANGES LICENSE
-include examples/*.py examples/Setup.ini examples/*.dfm examples/*.ics examples/*.html
-include htmldoc/*.*
-include docs/*.*
-include robots.txt