File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -548,5 +548,5 @@ that may require changes to your code:
548548
549549* The automatic name remapping in the pickle module for protocol 2 or lower can
550550 make Python 3.1 pickles unreadable in Python 3.0. One solution is to use
551- protocol 3. Another solution is to set the *fix_imports * option to * ``False`` * .
551+ protocol 3. Another solution is to set the *fix_imports * option to ``False ``.
552552 See the discussion above for more details.
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ CPython implementation improvements:
161161
162162* :ref: `Safe object finalization <whatsnew-pep-442 >` (:pep: `442 `).
163163* Leveraging :pep: `442 `, in most cases :ref: `module globals are no longer set
164- to `` None`` during finalization <whatsnew-pep-442>` (:issue: `18214 `).
164+ to None during finalization <whatsnew-pep-442>` (:issue: `18214 `).
165165* :ref: `Configurable memory allocators <whatsnew-pep-445 >` (:pep: `445 `).
166166* :ref: `Argument Clinic <whatsnew-pep-436 >` (:pep: `436 `).
167167
You can’t perform that action at this time.
0 commit comments