Re: from __future__ import print_function

2016-04-24 Thread Ethan Furman
On 04/24/2016 11:14 AM, Joel Goldstick wrote: On Sun, Apr 24, 2016 at 2:05 PM, San wrote: I want details explanation(why this statement used,when it can be used,etc) of following statement in python code "from __future__ import print_function" It lets python 2.7 use python 3.x print functi

Re: from __future__ import print_function

2016-04-24 Thread Joel Goldstick
On Sun, Apr 24, 2016 at 2:05 PM, San wrote: > Hi All, > I want details explanation(why this statement used,when it can be used,etc) > of following statement in python code > > "from __future__ import print_function" > > Thanks in advance. > -- > https://mail.python.org/mailman/listinfo/python-lis