[Python-ideas] PEP 426, YAML in the stdlib and implementation discovery
Ethan Furman
ethan at stoneleaf.us
Fri May 31 21:51:32 CEST 2013
On 05/31/2013 11:57 AM, Philipp A. wrote:
> 2013/5/31 Brett Cannon wrote:
>
> The standard practice to to place any accelerated code in something
> like _yaml and then in yaml.py do a ``from _yaml import *``.
>
> that’s what i said. just that _name implies internal, implementation
> -specific, rapidly changing code, [...]
_name implies implementation detail and private. Very little in the
stdlib is rapidly changing.
--
~Ethan~
More information about the Python-ideas
mailing list