Re: [Python-Dev] Python 2/3 porting HOWTO has been updated

2014-12-12 Thread Brett Cannon
I have now addressed Nick's comments and backported to Python 2.7. On Sat Dec 06 2014 at 8:40:24 AM Brett Cannon wrote: > Thanks for the feedback. I'll update the doc probably on Friday. > > On Sat Dec 06 2014 at 12:41:54 AM Nick Coghlan wrote: > >> On 6 December 2014 at 14:40, Nick Coghlan wr

Re: [Python-Dev] Python 2/3 porting HOWTO has been updated

2014-12-06 Thread Brett Cannon
Thanks for the feedback. I'll update the doc probably on Friday. On Sat Dec 06 2014 at 12:41:54 AM Nick Coghlan wrote: > On 6 December 2014 at 14:40, Nick Coghlan wrote: > > On 6 December 2014 at 10:44, Benjamin Peterson > wrote: > >> On Fri, Dec 5, 2014, at 18:16, Donald Stufft wrote: > >>> D

Re: [Python-Dev] Python 2/3 porting HOWTO has been updated

2014-12-05 Thread Nick Coghlan
On 6 December 2014 at 14:40, Nick Coghlan wrote: > On 6 December 2014 at 10:44, Benjamin Peterson wrote: >> On Fri, Dec 5, 2014, at 18:16, Donald Stufft wrote: >>> Do we need to update it? Can it just redirect to the 3 version? >> >> Technically, yes, of course. However, that would unexpected tak

Re: [Python-Dev] Python 2/3 porting HOWTO has been updated

2014-12-05 Thread Nick Coghlan
On 6 December 2014 at 10:44, Benjamin Peterson wrote: > On Fri, Dec 5, 2014, at 18:16, Donald Stufft wrote: >> Do we need to update it? Can it just redirect to the 3 version? > > Technically, yes, of course. However, that would unexpected take you out > of the Python 2 docs "context". Also, that d

Re: [Python-Dev] Python 2/3 porting HOWTO has been updated

2014-12-05 Thread Benjamin Peterson
On Fri, Dec 5, 2014, at 18:16, Donald Stufft wrote: > > > > On Dec 5, 2014, at 6:10 PM, Brett Cannon wrote: > > > > > > > > On Fri Dec 05 2014 at 4:07:46 PM Benjamin Peterson > > wrote: > > > > > > On Fri, Dec 5, 2014, at 16:04, Brett Cannon wrote: > > > It now

Re: [Python-Dev] Python 2/3 porting HOWTO has been updated

2014-12-05 Thread Donald Stufft
> > On Dec 5, 2014, at 6:10 PM, Brett Cannon wrote: > > > > On Fri Dec 05 2014 at 4:07:46 PM Benjamin Peterson > wrote: > > > On Fri, Dec 5, 2014, at 16:04, Brett Cannon wrote: > > It now promotes using tooling as much as possible to automate the process > > of m

Re: [Python-Dev] Python 2/3 porting HOWTO has been updated

2014-12-05 Thread Brett Cannon
On Fri Dec 05 2014 at 4:07:46 PM Benjamin Peterson wrote: > > > On Fri, Dec 5, 2014, at 16:04, Brett Cannon wrote: > > It now promotes using tooling as much as possible to automate the process > > of making code by Python 2/3 source-compatible: > > https://docs.python.org/3.5/howto/pyporting.html

Re: [Python-Dev] Python 2/3 porting HOWTO has been updated

2014-12-05 Thread Benjamin Peterson
On Fri, Dec 5, 2014, at 16:04, Brett Cannon wrote: > It now promotes using tooling as much as possible to automate the process > of making code by Python 2/3 source-compatible: > https://docs.python.org/3.5/howto/pyporting.html Are you going to update the 2.7 copy of the howto, too?