summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDavid Beazley <dave@dabeaz.com>2020-04-14 08:26:06 -0500
committerDavid Beazley <dave@dabeaz.com>2020-04-14 08:26:06 -0500
commit001fb206e9cbe5fea5c81924cc854984e6984131 (patch)
tree28d9025988c32ba2c5d6243fb2ebcb3e5e75eb85 /README.md
parente5d40872956764a47dbf9df6a455568f61f92173 (diff)
downloadply-001fb206e9cbe5fea5c81924cc854984e6984131.tar.gz
Added -OO note
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8f5ba11..787dd46 100644
--- a/README.md
+++ b/README.md
@@ -107,6 +107,10 @@ PLY requires the use of Python 3.6 or greater. However, you should
use the latest Python release if possible. It should work on just
about any platform.
+Note: PLY does not support execution under `python -OO`. It can be
+made to work in that mode, but you'll need to change the programming
+interface with a decorator. See the documentation for details.
+
Resources
=========