|
|
|
|
|
by pmr_
4694 days ago
|
|
There is a different perspective on the frozen APIs. Using an API from the stdlib gives you the certainty that your program is not going to break with a minor python version bump. This might not matter for all software but is crucial for others. |
|