Pickle 什么时候成为 Python 标准库的一部分?

When did Pickle become part of the Python Standard Library?

我已经快十年没用过Python了。而且,如果我没记错的话,以前必须 pip install pickle;它不是 Python 标准库的一部分。

But it seems to be now.

如果我是对的——Pickle 什么时候成为标准 Python 库的一部分?

pickle 已经足够老了,它出现在 Python 1.4 中,python.org 仍然有文档的最旧版本。那是 1996 年的事了。它比 pip 还早。