This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Trailing whitespace in C source code
Type: Stage: resolved
Components: Versions: Python 3.7, Python 3.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: franciscouzo, josh.r, martin.panter, ned.deily, python-dev, r.david.murray, serhiy.storchaka, terry.reedy
Priority: normal Keywords: patch

Created on 2016-09-17 00:43 by franciscouzo, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
trailing_whitespace.patch franciscouzo, 2016-09-17 00:43 review
trailing_whitespace2.patch franciscouzo, 2016-09-17 05:08 review
Messages (3)
msg276761 - (view) Author: Francisco Couzo (franciscouzo) * Date: 2016-09-17 00:43
As per Terry's recommendations (#28145), I'm going to open a new issue for each case.
msg276771 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2016-09-17 04:48
Modules/expat/expat.h and Modules/expat/expat_external.h are external files. They should left unchanged.
msg277007 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-09-20 05:17
New changeset f604bc6bb526 by Benjamin Peterson in branch '3.6':
merge 3.5 (#28184)
https://hg.python.org/cpython/rev/f604bc6bb526

New changeset 647b37ab5fbc by Benjamin Peterson in branch 'default':
merge 3.6 (closes #28184)
https://hg.python.org/cpython/rev/647b37ab5fbc
History
Date User Action Args
2022-04-11 14:58:36adminsetgithub: 72371
2016-09-23 22:16:27ned.deilysetversions: + Python 3.6
2016-09-20 05:18:00python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg277007

resolution: fixed
stage: resolved
2016-09-18 10:00:13mark.dickinsonsetnosy: - mark.dickinson
2016-09-17 05:08:53franciscouzosetfiles: + trailing_whitespace2.patch
2016-09-17 04:48:20serhiy.storchakasetnosy: + ned.deily, serhiy.storchaka
messages: + msg276771
2016-09-17 00:43:55franciscouzocreate