Would it be correct to say that if 'print' is not listed as one of the methods in
__future__.__dict__.keys()
then the version of Python that I am using does not supply the future print function? (I am using Python 2.5.5.)
|
feedback
|
|
Right, but that would be | |||
|
feedback
|
|
Almost correct. The feature is called
| |||
|
feedback
|
|
Yes. That is correct.
You cannot do the above way of importing and checking for print_function. The ways available seems, checking with sys.version and checking the | ||||
feedback
|
2to3is too much effort for you? – dan04 Dec 28 '10 at 8:37