<br>
<div class="gmail_quote">On Wed, Aug 26, 2009 at 4:26 PM, &quot;Martin v. Löwis&quot; <span dir="ltr">&lt;<a href="mailto:martin@v.loewis.de">martin@v.loewis.de</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div class="im">&gt; I have released the first alpha version of 3to2 after finishing it for<br>
&gt; my Google Summer of Code 2009(tm) project.<br>
<br>
</div>Congratulations! I understand SoC is basically over, but I would still<br>
like to request two things:<br>
<br>
- can you please register it with PyPI?<br>
- can you please announce/report some plans for the future of this<br>
  project? In particular, will you continue to work on it?<br>
<br>
Thanks,<br>
<font color="#888888">Martin</font></blockquote><div> </div></div>-- 3to2 is now <a href="http://pypi.python.org/pypi/3to2/0.1%20alpha%201">registered with PyPI</a>.  Did I do it right?<br>-- I plan to continue to work on 3to2 in my free time, though I have one of those social lives, so I could certainly use some help; in particular, I could use some <a href="http://bitbucket.org/amentajo/lib3to2/issues/">quality bug reports</a>.  My long-term plans for the future are:<br>

<ul><li>Bugfixes</li><li>Keep up with new features added in newer versions of py3k</li><li>Ensure syntactical correctness with a more robust test suite</li></ul>My short-term plans for the future are:<br><ul><li>Fixes imports and imports2 need to work properly<br>

</li><li>Continue to build a suitable test suite that tests common cases of all fixers</li><li>print fixer refactors the syntax into print statements rather than imports print_function from __future__</li></ul>Thanks for the acknowledgement,<br>

--Joe<br>