Differences between revisions 24 and 28 (spanning 4 versions)
Revision 24 as of 2006-09-02 04:56:32
Size: 60
Editor: zhwang
Comment:
Revision 28 as of 2006-09-13 02:28:57
Size: 215
Editor: JinQing
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
["wxPython_in_Action"]
#language:zh
"wxPython in Action"
hellp ...

{{{
hi
close it}}}
abc[[http://blog.csdn.net/jq0123]]

{{{
#!python
import time

while True:
    time.sleep(1000)
}}}

=h1=
= HHH =

== h2 ==
---------------------------

after line

hellp ...

hi
close it

abchttp://blog.csdn.net/jq0123

   1 import time
   2 
   3 while True:
   4     time.sleep(1000)

=h1=

HHH

h2


after line

MyNewPage (last edited 2010-12-26 09:23:38 by xblandy)