<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    On 11/10/2011 16:39, Toshio Kuratomi wrote:
    <blockquote cite="mid:20111011153934.GA16100@unaka.lan" type="cite">
      <pre wrap="">On Tue, Oct 11, 2011 at 12:22:12AM -0400, Terry Reedy wrote:
</pre>
      <blockquote type="cite">
        <pre wrap="">On 10/10/2011 4:21 PM, Giampaolo Rodol&agrave; wrote:
</pre>
        <blockquote type="cite">
          <pre wrap="">Thanks everybody for your feedback.
I created a gcode project here:
<a class="moz-txt-link-freetext" href="http://code.google.com/p/pycompat/">http://code.google.com/p/pycompat/</a>
</pre>
        </blockquote>
        <pre wrap="">
This project will be easier if the test suite for a particular
function/class/module is up to par. If you find any gaping holes, you
might file an issue on the tracker.

</pre>
      </blockquote>
      <pre wrap="">About testsuites... one issue that you'll run into is that while some stdlib
modules are written with backporting to older versions in mind, their
testsuites are not.  For instance, subprocess from python-2.7 runs fine on
python-2.3+.  The testsuite for subprocess in python-2.7 makes use of the
with statement, though, so it has to be ported.</pre>
    </blockquote>
    <br>
    Some of the tests will use newer features of unittest as well. These
    can of course be run with unittest2 which has been backported to
    Python 2.4 (although use of the with statements in the tests
    themselves will have to be changed still).<br>
    <br>
    All the best,<br>
    <br>
    Michael Foord<br>
    <br>
    <blockquote cite="mid:20111011153934.GA16100@unaka.lan" type="cite">
      <pre wrap="">

-Toshio
</pre>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Python-Dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Python-Dev@python.org">Python-Dev@python.org</a>
<a class="moz-txt-link-freetext" href="http://mail.python.org/mailman/listinfo/python-dev">http://mail.python.org/mailman/listinfo/python-dev</a>
Unsubscribe: <a class="moz-txt-link-freetext" href="http://mail.python.org/mailman/options/python-dev/fuzzyman%40voidspace.org.uk">http://mail.python.org/mailman/options/python-dev/fuzzyman%40voidspace.org.uk</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
<a class="moz-txt-link-freetext" href="http://www.voidspace.org.uk/">http://www.voidspace.org.uk/</a>

May you do good and not evil
May you find forgiveness for yourself and forgive others
May you share freely, never taking more than you give.
-- the sqlite blessing <a class="moz-txt-link-freetext" href="http://www.sqlite.org/different.html">http://www.sqlite.org/different.html</a>
</pre>
  </body>
</html>