Hi all, There were about 8 or 9 of us tonight at the porting party, and it was great. Japanese curry was catered, and some progress was made.
My contribution: https://github.com/candeira/githubpy/tree/python33 is Michel Liao's githubpy, working (or at least passing the tests, I haven't tried to actually use it*) on both 2.7 and 3.3. * To quote Don Knuth Future proved useful for a first rough refactoring. Most of the remaining bugs were of two kinds: - translation of library imports (urllib2, hashlib) which could be added to Future's refactoring functions (and I volunteer) - subtle unicode bugs, which I suspect would be difficult to refactor automatically, and even then they would need running the program. Cheers, J On Wed, Oct 23, 2013 at 12:00 PM, Ed Schofield <[email protected]> wrote: > On Tuesday, 22 October 2013 at 7:41 PM, Ben Finney wrote: >> Ed Schofield <[email protected] (mailto:[email protected])> >> writes: >> >> > Python Charmers is hosting a Python 3 porting sprint on Monday 28 >> > October from 6pm to 9pm. Come and learn how to port code to Python 3 >> > and get help with porting an open source project you care about! >> >> ... >> >> Can I register an RSVP without being a member of Meetup.com >> (http://Meetup.com)? > > Hi Ben, Yes, I've got you down. > > Cheers, > Ed > > _______________________________________________ > melbourne-pug mailing list > [email protected] > https://mail.python.org/mailman/listinfo/melbourne-pug _______________________________________________ melbourne-pug mailing list [email protected] https://mail.python.org/mailman/listinfo/melbourne-pug
