Changeset 391 for python/trunk/Demo/curses
- Timestamp:
- Mar 19, 2014, 11:31:01 PM (11 years ago)
- Location:
- python/trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
python/trunk
-
Property svn:mergeinfo
set to
/python/vendor/Python-2.7.6 merged eligible /python/vendor/current merged eligible
-
Property svn:mergeinfo
set to
-
python/trunk/Demo/curses/ncurses.py
r2 r391 1 1 #!/usr/bin/env python 2 2 # 3 # $Id : ncurses.py 66424 2008-09-13 01:22:08Z andrew.kuchling$3 # $Id$ 4 4 # 5 5 # (n)curses exerciser in Python, an interactive test for the curses -
python/trunk/Demo/curses/rain.py
r2 r391 1 1 #!/usr/bin/env python 2 2 # 3 # $Id : rain.py 46625 2006-06-03 23:02:15Z andrew.kuchling$3 # $Id$ 4 4 # 5 5 # somebody should probably check the randrange()s... -
python/trunk/Demo/curses/tclock.py
r2 r391 1 1 #!/usr/bin/env python 2 2 # 3 # $Id : tclock.py 46626 2006-06-03 23:07:21Z andrew.kuchling$3 # $Id$ 4 4 # 5 5 # From tclock.c, Copyright Howard Jones <ha.jones@ic.ac.uk>, September 1994. -
python/trunk/Demo/curses/xmas.py
r2 r391 2 2 # December 1989 Larry Bartz Indianapolis, IN 3 3 # 4 # $Id : xmas.py 46623 2006-06-03 22:59:23Z andrew.kuchling$4 # $Id$ 5 5 # 6 6 # I'm dreaming of an ascii character-based monochrome Christmas,
Note:
See TracChangeset
for help on using the changeset viewer.