You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -71,8 +71,7 @@ Python 2 and PyPy.
71
71
But msgpack provides a pure Python implementation (`msgpack.fallback`)
72
72
for PyPy and Python 2.
73
73
74
-
Since the [pip](https://pip.pypa.io/) uses the pure Python implementation,
75
-
Python 2 support will not be dropped in the foreseeable future.
74
+
Since [pip](https://pip.pypa.io/)[relies on](https://github.com/pypa/pip/tree/master/src/pip/_vendor/msgpack?rgh-link-date=2021-01-26T23%3A51%3A06Z) the pure Python implementation, msgpack will support Python 2 support until pip drops Python 2 support.
0 commit comments