From brett at python.org Tue Nov 1 15:36:31 2016 From: brett at python.org (Brett Cannon) Date: Tue, 01 Nov 2016 19:36:31 +0000 Subject: [Python-porting] Are Six and Python-Modernize accepting pull requests? In-Reply-To: <CAGYvt0nFx9xBGu+YXreM3jWiXo+hXuaL8JXBZB9wx3-0EZZ61A@mail.gmail.com> References: <CAGYvt0nFx9xBGu+YXreM3jWiXo+hXuaL8JXBZB9wx3-0EZZ61A@mail.gmail.com> Message-ID: <CAP1=2W6QyYvh+EP5OdWaZeL4RaW28qXr6s4Uv9qgrr0Lw1G0cg@mail.gmail.com> I'm not sure why Roy's email was so delayed reaching me in through the mailing list, but I should mention that the Modernize PRs have been taken care of already, leaving only getting a hold of Benjamin for the PRs against six. On Tue, 1 Nov 2016 at 12:27 Roy Williams <rwilliams at lyft.com> wrote: > Howdy, > > I'm an engineer at Lyft (US based Ride Sharing company) who's driving the > migration from Python 2 to 3, and as much as possible I'm trying to > contribute back fixes and patches to the tools we're using to accomplish > this in hopes of making porting easier for the community as a whole! > > Two of the major tools we've been using are six and python-modernize. > I've got fixes I'd love to contribute back, but they've been languishing to > date: > > > https://bitbucket.org/gutworth/six/pull-requests/82/add-a-six-shim-for-long/diff > https://github.com/python-modernize/python-modernize/pull/146 > https://github.com/python-modernize/python-modernize/pull/145 > > Once these get in there's more I'd love to contribute, but I want to make > sure I can upstream these changes :D first. > > Does anyone have any contact with the maintainers of these repos? I'm > happy to walk through these fixes with them. > > Thanks, > Roy > _______________________________________________ > Python-porting mailing list > Python-porting at python.org > https://mail.python.org/mailman/listinfo/python-porting > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-porting/attachments/20161101/7f90c0cd/attachment.html> From benjamin at python.org Sat Nov 5 02:00:09 2016 From: benjamin at python.org (Benjamin Peterson) Date: Fri, 04 Nov 2016 23:00:09 -0700 Subject: [Python-porting] Are Six and Python-Modernize accepting pull requests? In-Reply-To: <CAP1=2W6QyYvh+EP5OdWaZeL4RaW28qXr6s4Uv9qgrr0Lw1G0cg@mail.gmail.com> References: <CAGYvt0nFx9xBGu+YXreM3jWiXo+hXuaL8JXBZB9wx3-0EZZ61A@mail.gmail.com> <CAP1=2W6QyYvh+EP5OdWaZeL4RaW28qXr6s4Uv9qgrr0Lw1G0cg@mail.gmail.com> Message-ID: <1478325609.2145298.778119137.38ECBA75@webmail.messagingengine.com> Yes, I am still alive as is six. We've been discussing on the six PR. On Tue, Nov 1, 2016, at 12:36, Brett Cannon wrote: > I'm not sure why Roy's email was so delayed reaching me in through the > mailing list, but I should mention that the Modernize PRs have been taken > care of already, leaving only getting a hold of Benjamin for the PRs > against six. > > On Tue, 1 Nov 2016 at 12:27 Roy Williams <rwilliams at lyft.com> wrote: > > > Howdy, > > > > I'm an engineer at Lyft (US based Ride Sharing company) who's driving the > > migration from Python 2 to 3, and as much as possible I'm trying to > > contribute back fixes and patches to the tools we're using to accomplish > > this in hopes of making porting easier for the community as a whole! > > > > Two of the major tools we've been using are six and python-modernize. > > I've got fixes I'd love to contribute back, but they've been languishing to > > date: > > > > > > https://bitbucket.org/gutworth/six/pull-requests/82/add-a-six-shim-for-long/diff > > https://github.com/python-modernize/python-modernize/pull/146 > > https://github.com/python-modernize/python-modernize/pull/145 > > > > Once these get in there's more I'd love to contribute, but I want to make > > sure I can upstream these changes :D first. > > > > Does anyone have any contact with the maintainers of these repos? I'm > > happy to walk through these fixes with them. > > > > Thanks, > > Roy > > _______________________________________________ > > Python-porting mailing list > > Python-porting at python.org > > https://mail.python.org/mailman/listinfo/python-porting > > > _______________________________________________ > Python-porting mailing list > Python-porting at python.org > https://mail.python.org/mailman/listinfo/python-porting From rwilliams at lyft.com Sun Nov 6 21:15:54 2016 From: rwilliams at lyft.com (Roy Williams) Date: Sun, 6 Nov 2016 18:15:54 -0800 Subject: [Python-porting] Are Six and Python-Modernize accepting pull requests? In-Reply-To: <1478325609.2145298.778119137.38ECBA75@webmail.messagingengine.com> References: <CAGYvt0nFx9xBGu+YXreM3jWiXo+hXuaL8JXBZB9wx3-0EZZ61A@mail.gmail.com> <CAP1=2W6QyYvh+EP5OdWaZeL4RaW28qXr6s4Uv9qgrr0Lw1G0cg@mail.gmail.com> <1478325609.2145298.778119137.38ECBA75@webmail.messagingengine.com> Message-ID: <CAGYvt0mCc24=1+i0zcKp4mNBOvtjSgDchZC-+KHQVya3v7ar=Q@mail.gmail.com> Yup! Great to hear :D Thanks Benjamin! On Fri, Nov 4, 2016 at 11:00 PM, Benjamin Peterson <benjamin at python.org> wrote: > Yes, I am still alive as is six. We've been discussing on the six PR. > > On Tue, Nov 1, 2016, at 12:36, Brett Cannon wrote: > > I'm not sure why Roy's email was so delayed reaching me in through the > > mailing list, but I should mention that the Modernize PRs have been taken > > care of already, leaving only getting a hold of Benjamin for the PRs > > against six. > > > > On Tue, 1 Nov 2016 at 12:27 Roy Williams <rwilliams at lyft.com> wrote: > > > > > Howdy, > > > > > > I'm an engineer at Lyft (US based Ride Sharing company) who's driving > the > > > migration from Python 2 to 3, and as much as possible I'm trying to > > > contribute back fixes and patches to the tools we're using to > accomplish > > > this in hopes of making porting easier for the community as a whole! > > > > > > Two of the major tools we've been using are six and python-modernize. > > > I've got fixes I'd love to contribute back, but they've been > languishing to > > > date: > > > > > > > > > https://bitbucket.org/gutworth/six/pull-requests/82/ > add-a-six-shim-for-long/diff > > > https://github.com/python-modernize/python-modernize/pull/146 > > > https://github.com/python-modernize/python-modernize/pull/145 > > > > > > Once these get in there's more I'd love to contribute, but I want to > make > > > sure I can upstream these changes :D first. > > > > > > Does anyone have any contact with the maintainers of these repos? I'm > > > happy to walk through these fixes with them. > > > > > > Thanks, > > > Roy > > > _______________________________________________ > > > Python-porting mailing list > > > Python-porting at python.org > > > https://mail.python.org/mailman/listinfo/python-porting > > > > > _______________________________________________ > > Python-porting mailing list > > Python-porting at python.org > > https://mail.python.org/mailman/listinfo/python-porting > _______________________________________________ > Python-porting mailing list > Python-porting at python.org > https://mail.python.org/mailman/listinfo/python-porting > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-porting/attachments/20161106/dbf7ff1a/attachment.html>