Re: Python 3 success story

2015-03-30 Thread Terry Reedy
On 3/30/2015 8:24 PM, Mario Figueiredo wrote: On Mon, 30 Mar 2015 19:28:16 -0400, Terry Reedy wrote: So I suggested going ahead and testing PyBrain by using it. This appears to have worked out well. I believe the only 2-3 issue she ran into was a '/' that needed to become '//', that either 2

Re: Python 3 success story

2015-03-30 Thread Mario Figueiredo
On Mon, 30 Mar 2015 19:28:16 -0400, Terry Reedy wrote: > >So I suggested going ahead and testing PyBrain by using it. This >appears to have worked out well. I believe the only 2-3 issue she ran >into was a '/' that needed to become '//', that either 2to3 or I missed >in the initial conversion