PyWart: "Python's import statement and the history of external dependencies"
Ian Kelly
ian.g.kelly at gmail.com
Mon Nov 24 17:34:28 EST 2014
More information about the Python-list mailing list
Mon Nov 24 17:34:28 EST 2014
- Previous message (by thread): PyWart: "Python's import statement and the history of external dependencies"
- Next message (by thread): frame.f_locals['__class__'] -- When does it (not) exist and why?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Nov 23, 2014 4:41 PM, "Gregory Ewing" <greg.ewing at canterbury.ac.nz> wrote: > > Chris Angelico wrote: >> >> Just out of curiosity, why does the stdlib need modules for >> manipulating .wav and other sound files, but we have to go to PyPI to >> get a PostgreSQL client? > > > I suspect it's mainly for historical reasons. The wave > module has been around since the very early days of > Python when the stldib was smaller and the barrier > to entry was lower. By today's standards, it probably > wouldn't make it in. Size may also be a factor. The wave module is around 300 lines of Python code and isn't growing. The typical dbapi module is probably a bit larger. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20141124/1934b86f/attachment.html>
- Previous message (by thread): PyWart: "Python's import statement and the history of external dependencies"
- Next message (by thread): frame.f_locals['__class__'] -- When does it (not) exist and why?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list