Author: Hakan Ardo <[email protected]>
Branch: extradoc
Changeset: r4881:d8fdddadb27e
Date: 2012-10-19 10:19 +0200
http://bitbucket.org/pypy/extradoc/changeset/d8fdddadb27e/

Log:    compare to cpython

diff --git a/talk/dls2012/demo/demo.py b/talk/dls2012/demo/demo.py
--- a/talk/dls2012/demo/demo.py
+++ b/talk/dls2012/demo/demo.py
@@ -70,8 +70,11 @@
     except SkipToEnd:
         os.system('hg revert analytics.py background.py detect.py 
foreground.py')
 
+    pause("New lets compare this with cpython.")
+    runner2 =  Popen(["python", 'run.py', 'demo.avi'])
     pause("That's all! Feel free to make your own adjustments or (to quit),")
     runner.kill()
+    runner2.kill()
     vim.close()
 
 def part1(vim):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to