This formating is really tricky

Gregory Ewing greg.ewing at canterbury.ac.nz
Tue Aug 26 17:39:07 EDT 2014


Mark Lawrence wrote:

> from __past__ import print_statement (untested)

I don't think the PEP for the __past__ module has been
accepted yet, so you'd have to precede that with

   from __future__ import __past__

-- 
Greg



More information about the Python-list mailing list