[Python-ideas] Integrate some itertools into the Python syntax

Paul Moore p.f.moore at gmail.com
Tue Mar 22 12:18:44 EDT 2016


On 22 March 2016 at 16:01, Michel Desmoulin <desmoulinmichel at gmail.com> wrote:
> It still an import in every file you want to use it, and in the shell.
> We can already have 3rd party lib to do this, so no need to change
> Python for that.

Note that sys, os, re, math, datetime are all "an import in every file
you want to use it". The bar for changing Python is higher than just
avoiding an import.

Paul


More information about the Python-ideas mailing list