[Python-Dev] [Python-3000] Invitation to try out open source code review tool

Alex Martelli aleaxit at gmail.com
Sat May 3 23:35:36 CEST 2008


On Sat, May 3, 2008 at 2:28 PM, Brett Cannon <brett at python.org> wrote:
   ...
>  > I'd be great to integrate this with the bug tracker so that all submitted
>  > patches automagically show up in codereview with links to one another.
>
>  Yeah, or a simple button to move it over there.  Either way some
>  integration would be cool.
>
>  Since this is being open-sourced we could probably have a python-dev
>  instance installed that has all this bonus functionality for us if we
>  can get an appspot account for the tracker team and there is some API
>  we can tap into in order to create new issues.

Given the app engine model, I guess any "API" to an app engine-hosted
service would have to be of the RESTful kind, i.e., some URLs to which
client-code can POST appropriately.

Alex


More information about the Python-Dev mailing list