Skip to content

Commit f491f92

Browse files
committed
Remove mentions of Python 2.x and being externally maintained from
the bundled json module. Replace that with a mention of it being a version of the externally maintained simplejson module.
2 parents 34bc897 + a82f74d commit f491f92

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Lib/json/__init__.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,8 @@
33
interchange format.
44
55
:mod:`json` exposes an API familiar to users of the standard library
6-
:mod:`marshal` and :mod:`pickle` modules. It is the externally maintained
7-
version of the :mod:`json` library contained in Python 2.6, but maintains
8-
compatibility with Python 2.4 and Python 2.5 and (currently) has
9-
significant performance advantages, even without using the optional C
10-
extension for speedups.
6+
:mod:`marshal` and :mod:`pickle` modules. It is derived from a
7+
version of the externally maintained simplejson library.
118
129
Encoding basic Python object hierarchies::
1310

0 commit comments

Comments
 (0)