<html>
  <head>
    <meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <div class="moz-cite-prefix">On 10/15/2013 02:59 PM, Antoine Pitrou
      wrote:<br>
    </div>
    <blockquote cite="mid:20131015155953.3fc4ac17@pitrou.net"
      type="cite">
      <pre wrap="">Le Tue, 15 Oct 2013 13:55:47 +0100,
Larry Hastings <a class="moz-txt-link-rfc2396E" href="mailto:larry@hastings.org"><larry@hastings.org></a> a écrit :
</pre>
      <blockquote type="cite">
        <pre wrap="">
You can review the existing code here:

    <a class="moz-txt-link-freetext" href="https://bitbucket.org/larry/python-clinic/">https://bitbucket.org/larry/python-clinic/</a>
</pre>
      </blockquote>
      <pre wrap="">
You didn't create it as a (Bitbucket) fork of CPython, and you didn't
put your changes in a separate branch, so this repo is a bit useless to
review the changes :-/</pre>
    </blockquote>
    <br>
    Thanks for at least trying!  It is a fork of CPython, but yeah I
    didn't use Bitbucket's UI to create it.<br>
    <br>
    If you want to struggle through it by hand, read clinic.py
    (obviously), and then search for the string "clinic" in these files:<br>
    <blockquote>Modules/_cursesmodule.c<br>
      Modules/_datetimemodule.c<br>
      Modules/_dbmmodule.c<br>
      Modules/posixmodule.c<br>
      Modules/unicodedata.c<br>
      Modules/_weakref.c<br>
      Modules/zlibmodule.c<br>
      Objects/dictobject.c<br>
      Objects/unicodeobject.c<br>
    </blockquote>
    <br>
    Can you suggest how I could make it easier for you to review?  I'd
    be happy to make an issue for it, which I probably should do anyway
    (if there isn't already one).<br>
    <br>
    <br>
    <blockquote cite="mid:20131015155953.3fc4ac17@pitrou.net"
      type="cite">
      <pre wrap="">Is clinic.py automatically invoked by the build chain? (i.e. Makefile)
</pre>
    </blockquote>
    <br>
    Not at the moment.  I'm a neophyte when it comes to moderne
    sophisticated Makefile munging.  There's also a chicken-and-egg problem
    there.<br>
    <br>
    <br>
    <i>/arry</i><br>
  </body>
</html>