[Python-checkins] cpython (3.5): Issue #24423: Fix formatting error in 3.5 whatsnew

ned.deily python-checkins at python.org
Thu Jun 11 00:44:41 CEST 2015


https://hg.python.org/cpython/rev/4e7dcf64bba7
changeset:   96579:4e7dcf64bba7
branch:      3.5
parent:      96577:e71c77972de3
user:        Ned Deily <nad at acm.org>
date:        Wed Jun 10 15:43:05 2015 -0700
summary:
  Issue #24423: Fix formatting error in 3.5 whatsnew

files:
  Doc/whatsnew/3.5.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -1065,8 +1065,8 @@
   in Python 3.5, all old `.pyo` files from previous versions of Python are
   invalid regardless of this PEP.
 
- * The :mod:`socket` module now exports the CAN_RAW_FD_FRAMES constant on linux
-   3.6 and greater.
+* The :mod:`socket` module now exports the CAN_RAW_FD_FRAMES constant on linux
+  3.6 and greater.
 
 * The `pygettext.py` Tool now uses the standard +NNNN format for timezones in
   the POT-Creation-Date header.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list