summaryrefslogtreecommitdiffstats
path: root/python/pure_eval/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/pure_eval/README')
-rw-r--r--python/pure_eval/README3
1 files changed, 0 insertions, 3 deletions
diff --git a/python/pure_eval/README b/python/pure_eval/README
deleted file mode 100644
index 7b94568df9..0000000000
--- a/python/pure_eval/README
+++ /dev/null
@@ -1,3 +0,0 @@
-pure_eval is a Python package that lets you safely evaluate certain
-AST nodes without triggering arbitrary code that may have unwanted
-side effects.