On Thu, Aug 12, 2010 at 2:08 PM, Shashwat Anand <[email protected]>wrote:
> > > On Fri, Aug 13, 2010 at 2:33 AM, Tshepang Lekhonkhobe > <[email protected]>wrote: > >> Hi, >> >> So where do I start if I want Pylint ported to Py3k? Is there a branch >> somewhere? >> >> > I have no idea. But please do so. It is _needed_. > I agree that it's badly needed. For starters, you could probably look over the various changes in 3.0 and 3.1, and compile a list of what needs to change in the code. http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=list+of+changes+in+python+3 >From there, the changes could probably be prioritized, and coded one by one or in parallel. There's also the issue of whether pylint would run on python 2 while checking python 3, or run on python 3 while checking python 3 - I don't know if there's some AST library that would need to match or not. -- Dan Stromberg
_______________________________________________ Python-Projects mailing list [email protected] http://lists.logilab.org/mailman/listinfo/python-projects
