summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorFrederick Wagner <doctaphred@gmail.com>2016-04-16 00:18:48 -0400
committerFrederick Wagner <doctaphred@gmail.com>2016-04-18 19:11:32 -0400
commitd0474c6328a17a4cd9549a28117e7a5a0ca8d6df (patch)
treeb4438e7e7df0899bd46a2ad8fe9c7808268cb1c7 /README.rst
parent843362984323854f2ee81b529faa20e148915481 (diff)
downloadpycparser-d0474c6328a17a4cd9549a28117e7a5a0ca8d6df.tar.gz
Upgrade ply to 3.8
The new version includes some bugfixes that affect downstream projects.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 4b05f20..909c82f 100644
--- a/README.rst
+++ b/README.rst
@@ -85,7 +85,7 @@ Prerequisites
* **pycparser** has no external dependencies. The only non-stdlib library it
uses is PLY, which is bundled in ``pycparser/ply``. The current PLY version is
- 3.4
+ 3.8, retrieved from `<http://www.dabeaz.com/ply/ply-3.8.tar.gz>`_
Installation process
--------------------