On Sat, Apr 23, 2011 at 11:16 PM, Disc Magnet <discmag...@gmail.com> wrote:
> Is PEP necessary to add a new package to the standard library?
> *skip*

Don't forget that Python is not limited to CPython. Other
implementations need these PEPs to provide compliant packages.
While its not that important for pure-python modules, anything tied to
C-API better be documented, or it becomes a nightmare to keep
non-CPython version having identical interface.

-- 
With best regards,
Daniel Kluev
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to