From 347f9c745707e5d55d261434c4c4affc3bbb4c85 Mon Sep 17 00:00:00 2001 From: R David Murray Date: Mon, 23 Dec 2013 21:30:06 -0500 Subject: [PATCH] Make the 'read on' sentence cover more ground. --- Doc/whatsnew/3.4.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/whatsnew/3.4.rst b/Doc/whatsnew/3.4.rst index 9f95fdc247..45818d572c 100644 --- a/Doc/whatsnew/3.4.rst +++ b/Doc/whatsnew/3.4.rst @@ -146,8 +146,9 @@ CPython implementation improvements: * The :mod:`marshal` format has been made :ref:`more compact and efficient ` (:issue:`16475`). -Please read on for a comprehensive list of user-facing changes, including -sections on deprecations and porting issues. +Please read on for a comprehensive list of user-facing changes, including many +other smaller improvements, CPython optimizations, deprecations, and potential +porting issues. New expected features for Python implementations -- 2.40.0