[pypy-dev] Re: [pypy-svn] r12320 - pypy/dist/pypy/documentation

Christian Tismer tismer at stackless.com
Mon May 16 00:09:10 CEST 2005


hpk at codespeak.net wrote:

> Author: hpk
> Date: Sun May 15 19:57:58 2005
> New Revision: 12320
> 
> Modified:
>    pypy/dist/pypy/documentation/getting_started.txt
> Log:
> i am unsure what to do about things 
> such as t.view() which start a full gui. 
> 
> commenting t.view() out for now 
> to stop the tests opening pygame-windows 

Oops!

>          >>> t = Translator(test.is_perfect_number)
> -        >>> t.view()
> +        >>> #t.view()

You mean for testing the embedded example?
Well, but without the t.view(), the rest of the text
makes no sense, too.

Maybe we should put a flag somewhere else that certain
things should be deactivated, at least in some batch
testing we would not want any interactivity I guess.

ciao - chris

-- 
Christian Tismer             :^)   <mailto:tismer at stackless.com>
tismerysoft GmbH             :     Have a break! Take a ride on Python's
Johannes-Niemeyer-Weg 9A     :    *Starship* http://starship.python.net/
14109 Berlin                 :     PGP key -> http://wwwkeys.pgp.net/
work +49 30 802 86 56  mobile +49 173 24 18 776  fax +49 30 80 90 57 05
PGP 0x57F3BF04       9064 F4E1 D754 C2FF 1619  305B C09C 5A3B 57F3 BF04
      whom do you want to sponsor today?   http://www.stackless.com/



More information about the Pypy-dev mailing list