From: Ned Deily Date: Wed, 10 Jun 2015 22:43:05 +0000 (-0700) Subject: Issue #24423: Fix formatting error in 3.5 whatsnew X-Git-Tag: v3.5.0b3~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cec3f56fabc28160341deab8b2ddde4ed74ffcf6;p=python Issue #24423: Fix formatting error in 3.5 whatsnew --- diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst index 2a3b7d0ffc..6b9fd02bd6 100644 --- a/Doc/whatsnew/3.5.rst +++ b/Doc/whatsnew/3.5.rst @@ -1065,8 +1065,8 @@ Changes in the Python API 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.