Issue 25434: Fix typo in whatsnew/3.5 (original) (raw)

Issue25434

Created on 2015-10-18 17:11 by sbraz, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
fixtypo.patch sbraz,2015-10-18 17:11 Fix for typo in whatsnew/3.5 review
Messages (5)
msg253155 - (view) Author: Louis Sautier (sbraz) * Date: 2015-10-18 17:11
Hi, I noticed a typo in the doc for What’s New In Python 3.5, here's a patch.
msg253156 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2015-10-18 17:22
New changeset 04ce28b11467 by Berker Peksag in branch '3.5': Issue #25434: Fix typo in whatsnew/3.5rst https://hg.python.org/cpython/rev/04ce28b11467 New changeset 93a1b79d0b19 by Berker Peksag in branch 'default': Issue #25434: Fix typo in whatsnew/3.5rst https://hg.python.org/cpython/rev/93a1b79d0b19
msg253157 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2015-10-18 17:23
Thanks for the patch, Louis.
msg253158 - (view) Author: SilentGhost (SilentGhost) * (Python triager) Date: 2015-10-18 17:27
Shouldn't the line above read "now accepts" rather than "how accepts"?
msg253164 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2015-10-18 21:58
Good catch, fixed in 530846c3ebb4 and f020a27b5391. Thanks SilentGhost.
History
Date User Action Args
2022-04-11 14:58:22 admin set github: 69620
2015-10-18 21:58:28 berker.peksag set messages: +
2015-10-18 17:27:05 SilentGhost set nosy: + SilentGhostmessages: +
2015-10-18 17:23:53 berker.peksag set status: open -> closedversions: + Python 3.6nosy: + berker.peksagmessages: + resolution: fixedstage: resolved
2015-10-18 17:22:44 python-dev set nosy: + python-devmessages: +
2015-10-18 17:11:13 sbraz create