Eric V. Smith

Results 6 issues of Eric V. Smith

The tag last-version-with-ast points to a version of the code that uses ast to create functions. The current master branch uses exec.

It looks like this didn't get updated when the file name changed. PR to follow.

bug
1

`format_map(data)` was added specifically to improve the performance and behavior of `format(**data)`. I realize this isn't a feature in 2.7, but if you're adding f-strings they you should also mention...

The correct name is StringIO, not CStringIO.

For example, if I have an app `foo`, that has a model `Contact` that contains a field `phone` of type `PhoneField` (along with some other fields), then the output of...

BPO | [14905](https://bugs.python.org/issue14905) --- | :--- Nosy | @warsaw, @gpshead, @pjeby, @ronaldoussoren, @ncoghlan, @ericvsmith, @ericsnowcurrently, @serhiy-storchaka, @phmc Files | [zipimport-issue14905.patch](https://bugs.python.org/file26302/zipimport-issue14905.patch "Uploaded as text/plain at 2012-07-07.14:47:49 by jerub")[zipimport-issue14905-2.patch](https://bugs.python.org/file26894/zipimport-issue14905-2.patch "Uploaded as text/plain...

type-feature
stdlib
topic-importlib
3.14