summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2018-04-02-16-10-12.bpo-23403.KG7ADV.rst
blob: d1fbbebfadc6be9391669d024216de8a5177d267 (plain)
1
2
3
4
``DEFAULT_PROTOCOL`` in :mod:`pickle` was bumped to 4. Protocol 4 is
described in :pep:`3154` and available since Python 3.4. It offers
better performance and smaller size compared to protocol 3 introduced
in Python 3.0.