diff options
author | Paul McGuire <ptmcg@austin.rr.com> | 2016-05-11 15:27:25 +0000 |
---|---|---|
committer | Paul McGuire <ptmcg@austin.rr.com> | 2016-05-11 15:27:25 +0000 |
commit | 04f27760a653e06957ef2c3564da09c9cc71e5a5 (patch) | |
tree | b9977cebf07eb5965f8ed620bd9355dd3e0a1554 | |
parent | 1fc4425cbc2e5631a356f9ce0fdd0c22ff45066f (diff) | |
download | pyparsing-git-04f27760a653e06957ef2c3564da09c9cc71e5a5.tar.gz |
Notes on _trim_arity fix
-rw-r--r-- | src/CHANGES | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/CHANGES b/src/CHANGES index 6bc0d09..d211f87 100644 --- a/src/CHANGES +++ b/src/CHANGES @@ -2,7 +2,14 @@ Change Log
==========
-Version 2.1.2 -
+Version 2.1.3 - May, 2016
+------------------------------
+- _trim_arity fix in 2.1.2 was very version-dependent on Py 3.5.0.
+ Now works for Python 2.x, 3.3, 3.4, 3.5.0, and 3.5.1 (and hopefully
+ beyond).
+
+
+Version 2.1.2 - May, 2016
------------------------------
- Fixed bug in _trim_arity when pyparsing code is included in a
PyInstaller, reported by maluwa.
|