diff options
Diffstat (limited to 'ext/ply/example/optcalc/README')
-rw-r--r-- | ext/ply/example/optcalc/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/ply/example/optcalc/README b/ext/ply/example/optcalc/README new file mode 100644 index 000000000..6d196f0ee --- /dev/null +++ b/ext/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 corretly, the second version should run the +same way. |