[pypy-commit] extradoc extradoc: Slides, same as for pyconza2016

arigo pypy.commits at gmail.com
Thu Feb 9 01:46:32 EST 2017


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r5775:a242a484e2ab
Date: 2017-02-09 07:41 +0100
http://bitbucket.org/pypy/extradoc/changeset/a242a484e2ab/

Log:	Slides, same as for pyconza2016

diff --git a/talk/swisspython2017/abstract.txt b/talk/swisspython2017/abstract.txt
--- a/talk/swisspython2017/abstract.txt
+++ b/talk/swisspython2017/abstract.txt
@@ -2,7 +2,7 @@
 --------
 
 RevDB is an experimental "reverse debugger" for Python, similar to
-UndoDB-GDB or LL for C. You run your program once, in "record" mode,
+UndoDB-GDB or RR for C. You run your program once, in "record" mode,
 producing a log file; once you get buggy behavior, you start the
 reverse-debugger on the log file. It gives an (improved) pdb-like
 experience, but it is replaying your program exactly as it ran---all
diff --git a/talk/pyconza2016/revdb/Makefile b/talk/swisspython2017/revdb/Makefile
copy from talk/pyconza2016/revdb/Makefile
copy to talk/swisspython2017/revdb/Makefile
diff --git a/talk/pyconza2016/revdb/author.latex b/talk/swisspython2017/revdb/author.latex
copy from talk/pyconza2016/revdb/author.latex
copy to talk/swisspython2017/revdb/author.latex
--- a/talk/pyconza2016/revdb/author.latex
+++ b/talk/swisspython2017/revdb/author.latex
@@ -6,5 +6,5 @@
 \ \ \ \ \ \ \ \ \ \includegraphics[scale=0.05]{pypylogo.png}}
 
 
-\institute{PyCon ZA 2016}
-\date{October 2016}
+\institute{Swiss Python Summit 2017}
+\date{February 2017}
diff --git a/talk/pyconza2016/revdb/demo/demo1.py b/talk/swisspython2017/revdb/demo/demo1.py
copy from talk/pyconza2016/revdb/demo/demo1.py
copy to talk/swisspython2017/revdb/demo/demo1.py
diff --git a/talk/pyconza2016/revdb/demo/todo.txt b/talk/swisspython2017/revdb/demo/todo.txt
copy from talk/pyconza2016/revdb/demo/todo.txt
copy to talk/swisspython2017/revdb/demo/todo.txt
diff --git a/talk/pyconza2016/revdb/stylesheet.latex b/talk/swisspython2017/revdb/stylesheet.latex
copy from talk/pyconza2016/revdb/stylesheet.latex
copy to talk/swisspython2017/revdb/stylesheet.latex
diff --git a/talk/pyconza2016/revdb/talk.pdf b/talk/swisspython2017/revdb/talk.pdf
copy from talk/pyconza2016/revdb/talk.pdf
copy to talk/swisspython2017/revdb/talk.pdf
index 51c4b5737abc9af5a4d043416a98f1afae522e8d..936eb31c60797aab7e3b6d9bb269723da9440b49
GIT binary patch

[cut]

diff --git a/talk/pyconza2016/revdb/talk.rst b/talk/swisspython2017/revdb/talk.rst
copy from talk/pyconza2016/revdb/talk.rst
copy to talk/swisspython2017/revdb/talk.rst
--- a/talk/pyconza2016/revdb/talk.rst
+++ b/talk/swisspython2017/revdb/talk.rst
@@ -6,7 +6,7 @@
 Introduction
 ===========================
 
-* I am Armin Rigo, part of the PyPy project since 13 years
+* I am Armin Rigo, part of the PyPy project since the start (14 years)
 
   * PyPy is another implementation of Python
 
@@ -92,9 +92,9 @@
 
 * Track multiple processes
 
-* Windows (for $?)
+* Windows (contract possible)
 
-* Python 3 (soon?)
+* Python 3 (soon)
 
 
 Comparison


More information about the pypy-commit mailing list