Ignore:
Timestamp:
Mar 19, 2014, 11:11:30 AM (11 years ago)
Author:
dmik
Message:

python: Update vendor to 2.7.6.

Location:
python/vendor/current/Demo/curses
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • python/vendor/current/Demo/curses/ncurses.py

    r2 r388  
    11#!/usr/bin/env python
    22#
    3 # $Id: ncurses.py 66424 2008-09-13 01:22:08Z andrew.kuchling $
     3# $Id$
    44#
    55# (n)curses exerciser in Python, an interactive test for the curses
  • python/vendor/current/Demo/curses/rain.py

    r2 r388  
    11#!/usr/bin/env python
    22#
    3 # $Id: rain.py 46625 2006-06-03 23:02:15Z andrew.kuchling $
     3# $Id$
    44#
    55# somebody should probably check the randrange()s...
  • python/vendor/current/Demo/curses/tclock.py

    r2 r388  
    11#!/usr/bin/env python
    22#
    3 # $Id: tclock.py 46626 2006-06-03 23:07:21Z andrew.kuchling $
     3# $Id$
    44#
    55# From tclock.c, Copyright Howard Jones <ha.jones@ic.ac.uk>, September 1994.
  • python/vendor/current/Demo/curses/xmas.py

    r2 r388  
    22# December 1989             Larry Bartz           Indianapolis, IN
    33#
    4 # $Id: xmas.py 46623 2006-06-03 22:59:23Z andrew.kuchling $
     4# $Id$
    55#
    66# I'm dreaming of an ascii character-based monochrome Christmas,
Note: See TracChangeset for help on using the changeset viewer.