When is PEP necessary?
Daniel Kluev
dan.kluev at gmail.com
Sat Apr 23 17:09:15 EDT 2011
On Sat, Apr 23, 2011 at 11:16 PM, Disc Magnet <discmagnet at 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
More information about the Python-list
mailing list