[Python-Dev] PEP 414
Nick Coghlan
ncoghlan at gmail.com
Mon Feb 27 03:17:43 CET 2012
On Mon, Feb 27, 2012 at 11:55 AM, Terry Reedy <tjreedy at udel.edu> wrote:
> I presume such a hook would simply remove 'u' prefixes and would run *much*
> faster than 2to3. If such a hook is satisfactory for 3.2, why would it not
> be satisfactory for 3.3?
Because an import hook is still a lot more complicated than "Write
modern code that runs on 2.6+ and follows certain guidelines and it
will also just run on 3.3+".
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
More information about the Python-Dev
mailing list