Re: come back and find python 3

2011-02-26 Thread Terry Reedy
On 2/26/2011 2:36 PM, pipehappy wrote: To answer your questions, as I understand them. 1. Print was not removed, just changed to a function: a. gets rid of special-case hackish syntax like >> and trailing comma by using keyword args instead, becoming more flexible as a result; b. function can

Re: come back and find python 3

2011-02-26 Thread Westley Martínez
On Sat, 2011-02-26 at 11:36 -0800, pipehappy wrote: > Hi, all > > Just come back to use Python, but find something has changed in Python > 3. > Like package name is no longer with capitalized char for each word in > the name; > convenient print is removed. > > And I don't know why can someone ins

Re: come back and find python 3

2011-02-26 Thread Emile van Sebille
On 2/26/2011 11:36 AM pipehappy said... Hi, all Just come back to use Python, but find something has changed in Python 3. Like package name is no longer with capitalized char for each word in the name; convenient print is removed. And I don't know why can someone inside explain to me about this

come back and find python 3

2011-02-26 Thread pipehappy
Hi, all Just come back to use Python, but find something has changed in Python 3. Like package name is no longer with capitalized char for each word in the name; convenient print is removed. And I don't know why can someone inside explain to me about this. I think old package name is better for r