<p dir="ltr"><br>
On Nov 23, 2014 4:41 PM, "Gregory Ewing" <<a href="mailto:greg.ewing@canterbury.ac.nz">greg.ewing@canterbury.ac.nz</a>> wrote:<br>
><br>
> Chris Angelico wrote:<br>
>><br>
>> Just out of curiosity, why does the stdlib need modules for<br>
>> manipulating .wav and other sound files, but we have to go to PyPI to<br>
>> get a PostgreSQL client?<br>
><br>
><br>
> I suspect it's mainly for historical reasons. The wave<br>
> module has been around since the very early days of<br>
> Python when the stldib was smaller and the barrier<br>
> to entry was lower. By today's standards, it probably<br>
> wouldn't make it in.</p>
<p dir="ltr">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.</p>