summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2010-08-01 00:23:07 +0000
committerptmcg <ptmcg@9bf210a0-9d2d-494c-87cf-cfb32e7dff7b>2010-08-01 00:23:07 +0000
commitdad8fee6b0c38e2b0d276b04db929c3e87e9a771 (patch)
tree24852e43ec3d658214e0aab2536967d6284267a4
parentbd829a21e62032ed59da5eb12bf58fa04f913164 (diff)
downloadpyparsing-dad8fee6b0c38e2b0d276b04db929c3e87e9a771.tar.gz
Additional fixes for Python 3 compatibility
git-svn-id: svn://svn.code.sf.net/p/pyparsing/code/src@202 9bf210a0-9d2d-494c-87cf-cfb32e7dff7b
-rw-r--r--CHANGES8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ebf945f..a337253 100644
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,14 @@
Change Log
==========
+Version 1.5.4 - August, 2010
+----------------------------
+
+- Fixed __builtins__ and file references in Python 3 code, thanks to
+ Greg Watson, saulspatz, sminos, and Mark Summerfield for reporting
+ their Python 3 experiences.
+
+
Version 1.5.3 - June, 2010
--------------------------