summaryrefslogtreecommitdiff
path: root/README
blob: 85bfe5a787a1c5a7753597710a70cacf867e81ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Tulip is the codename for my reference implementation of PEP 3156.

PEP 3156: http://www.python.org/dev/peps/pep-3156/

*** This requires Python 3.3 or later! ***

Copyright/license: Open source, Apache 2.0. Enjoy.

Master Mercurial repo: http://code.google.com/p/tulip/

The old code lives in the subdirectory 'old'; the new code (conforming
to PEP 3156, under construction) lives in the 'tulip' subdirectory.

To run tests:
  - make test

To run coverage (coverage package is required):
  - make coverage


--Guido van Rossum <guido@python.org>