summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorEli Bendersky <eliben@gmail.com>2015-04-18 09:00:19 -0700
committerEli Bendersky <eliben@gmail.com>2015-04-18 09:00:19 -0700
commit736c126a79aafc815d75b88b0f0d40894ad81269 (patch)
tree44c936f08127dcb33ee7a16aa937aca606252f94 /README.rst
parente6a05f833774daedf4267d5aa7625b0cc9eab33c (diff)
downloadpycparser-736c126a79aafc815d75b88b0f0d40894ad81269.tar.gz
Some updates to the README and CONTRIBUTORS
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst14
1 files changed, 8 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 9a9c16e..fc7190e 100644
--- a/README.rst
+++ b/README.rst
@@ -42,8 +42,8 @@ Which version of C does pycparser support?
------------------------------------------
**pycparser** aims to support the full C99 language (according to the standard
-ISO/IEC 9899). This is a new feature in the version 2.x series - earlier
-versions only supported C89.
+ISO/IEC 9899). Some features from C11 are also supported, and patches to support
+more are welcome.
**pycparser** doesn't support any GCC extensions. See the `FAQ
<https://github.com/eliben/pycparser/wiki/FAQ>`_ for more details.
@@ -57,15 +57,14 @@ standard document
How is pycparser licensed?
--------------------------
-`New BSD License <http://www.opensource.org/licenses/bsd-license.php>`_
+BSD license. See the `LICENSE` file in the distribution.
Contact details
---------------
Drop me an email to eliben@gmail.com for any questions regarding **pycparser**.
For reporting problems with **pycparser** or submitting feature requests, the
-best way is to open an issue on the `pycparser project page
-<https://github.com/eliben/pycparser/>`_.
+best way is to open an `issue <https://github.com/eliben/pycparser/issues>`_.
Installing
@@ -74,7 +73,7 @@ Installing
Prerequisites
-------------
-* **pycparser** was tested on Python 2.6, 2.7 and 3.2, on both Linux and
+* **pycparser** was tested on Python 2.7, 3.3 and 3.4, on both Linux and
Windows. It should work on any later version (in both the 2.x and 3.x lines)
as well.
@@ -192,6 +191,9 @@ directories:
README.rst:
This README file.
+LICENSE:
+ The pycparser license
+
setup.py:
Installation script