|
|
|
|
|
by wyldfire
3197 days ago
|
|
It's not generally true that built-in packages which also appear on PyPI are malicious. Many batteries-included packages are also maintained outside of CPython. This is because: (1) in many cases they existed outside prior to being included in CPython, (2) they can experiment with new features before they're included in the CPython version of their package. |
|