<div dir="ltr"><div class="gmail_extra"><br>On Wed, Jun 5, 2013 at 10:37 PM, Chris Angelico <span dir="ltr"><<a href="mailto:rosuav@gmail.com" target="_blank">rosuav@gmail.com</a>></span> wrote:<br><div class="gmail_quote">
<div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Since you're talking about a bootstrap requirement here, the obvious<br>

question is: What version of Python 3 does it require? Will it be a<br>
lot of hassle to get hold of (say) Python 3.2, only to uninstall it<br>
when you have your 3.4 built?<br></blockquote><div> </div><div style>The implementation does not use deep Python magic such as C extensions or the like so it should work with future releases of Python. The current version requires 3.3 or newer but only because it uses a couple of pythonlib functions that were added at 3.3. Changing it to work with 3.2 or earlier should not be a big task.</div>
</div></div></div>