Awsome Python - chained exceptions

Rick Johnson rantingrickjohnson at gmail.com
Wed Feb 13 11:19:51 EST 2013


On Wednesday, February 13, 2013 10:14:34 AM UTC-6, Rick Johnson wrote:
> The proper method of using a forward compatible print
> function is by /importing/ the feature.
> 
>    from future import print_function

Urm... of course the proper /PROPER/ way would be to NOT throw an import error! 

    from __future__ import print_function

O:-)



More information about the Python-list mailing list