Author: Armin Rigo <[email protected]> Branch: extradoc Changeset: r479:79029a9ec90b Date: 2014-04-08 15:01 +0200 http://bitbucket.org/pypy/pypy.org/changeset/79029a9ec90b/
Log: Add a 'draft' mention diff --git a/source/tmdonate2.txt b/source/tmdonate2.txt --- a/source/tmdonate2.txt +++ b/source/tmdonate2.txt @@ -7,6 +7,8 @@ Transactional Memory, 2nd Call ============================== +**DRAFT** + This is the second call for donations on the topic of Transactional Memory (TM) in PyPy, a way to run CPU-hungry Python programs in diff --git a/tmdonate2.html b/tmdonate2.html --- a/tmdonate2.html +++ b/tmdonate2.html @@ -45,6 +45,7 @@ <div> <div id="main"> <h1 class="title">2nd Call for donations - Transactional Memory in PyPy</h1> +<p><strong>DRAFT</strong></p> <p>This is the second call for donations on the topic of Transactional Memory ™ in PyPy, a way to run CPU-hungry Python programs in multithreaded mode. It is a follow-up on our <a class="reference external" href="http://pypy.org/tmdonate.html">first call for _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
