[Python-Dev] making the import machinery explicit (original) (raw)

Eric Snow ericsnowcurrently at gmail.com
Sun Apr 15 01:38:07 CEST 2012


On Sat, Apr 14, 2012 at 4:16 PM, Brett Cannon <brett at python.org> wrote:

Once again, it's just code that needs updating to run on Python 3.3 so I don't view it as a concern. Going from list.append() to list.insert() (even if its list.insert(hook, len(list)-2)) is not exactly difficult.

I'm fine with that. It's not a big deal either way, especially with how few people it directly impacts.

-eric



More information about the Python-Dev mailing list