[pypy-svn] r52616 - pypy/extradoc/talk/pycon2008

fijal at codespeak.net fijal at codespeak.net
Sun Mar 16 17:56:42 CET 2008


Author: fijal
Date: Sun Mar 16 17:56:39 2008
New Revision: 52616

Added:
   pypy/extradoc/talk/pycon2008/overview1.png
      - copied unchanged from r52562, pypy/extradoc/talk/sfi2008/overview1.png
   pypy/extradoc/talk/pycon2008/overview2.png
      - copied unchanged from r52562, pypy/extradoc/talk/sfi2008/overview2.png
   pypy/extradoc/talk/pycon2008/sprintintro.txt
      - copied, changed from r52562, pypy/extradoc/talk/sfi2008/talk.txt
Modified:
   pypy/extradoc/talk/pycon2008/pytest.txt
Log:
shamelessly steal sprint intro from sfi talk


Modified: pypy/extradoc/talk/pycon2008/pytest.txt
==============================================================================
--- pypy/extradoc/talk/pycon2008/pytest.txt	(original)
+++ pypy/extradoc/talk/pycon2008/pytest.txt	Sun Mar 16 17:56:39 2008
@@ -30,8 +30,8 @@
 
 * generative tests::
 
-  def test_one():
-      yield function, arg
+   def test_one():
+       yield function, arg
 
 Automatic test collection
 ==========================



More information about the Pypy-commit mailing list