aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/ply/example/optcalc/README
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/bindings/codegen/ply/example/optcalc/README')
-rw-r--r--components/script/dom/bindings/codegen/ply/example/optcalc/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/components/script/dom/bindings/codegen/ply/example/optcalc/README b/components/script/dom/bindings/codegen/ply/example/optcalc/README
new file mode 100644
index 00000000000..53dd5fcd559
--- /dev/null
+++ b/components/script/dom/bindings/codegen/ply/example/optcalc/README
@@ -0,0 +1,9 @@
+An example showing how to use Python optimized mode.
+To run:
+
+ - First run 'python calc.py'
+
+ - Then run 'python -OO calc.py'
+
+If working correctly, the second version should run the
+same way.