In a lot of cases the Python standard libraries are just a wrapper that allows you to use a protocol without the need for socket-level programming, but not much above that in terms of abstraction.
It makes sense though. This allows several third parties to develop different interfaces that can iterate faster than something in the standard library can by providing them with a stable base.
It makes sense though. This allows several third parties to develop different interfaces that can iterate faster than something in the standard library can by providing them with a stable base.