
May 31, 2013
7:51 p.m.
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~