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: Minor whitespace changes in base64 module
Type: Stage: resolved
Components: Library (Lib) Versions: Python 3.3
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: eric.araujo Nosy List: dk, eric.araujo, r.david.murray
Priority: normal Keywords: patch

Created on 2012-03-17 13:20 by dk, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
base64.patch dk, 2012-03-17 13:20 review
Messages (3)
msg156156 - (view) Author: Dionysios Kalofonos (dk) * Date: 2012-03-17 13:20
Whitespace changes as of PEP8.
msg156222 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2012-03-18 01:17
Hi Dionysios.  In the standard library, we do not usually make cosmetic changes, because they don’t bring much value, make the version control history less useful, and take time that could be spent on fixing bugs or adding features.  Please read msg154729 for a longer explanation.

Adding another core developer to confirm.

Please don’t let this stop you from making other patches; there are a ton of bugs to choose from and your willingness to contribute is very much appreciated.
msg156228 - (view) Author: R. David Murray (r.david.murray) * (Python committer) Date: 2012-03-18 03:16
Yes, our preferred approach is to make such cleanups when we touch that section of code for some other reason.  Like Éric said, your willingness to contribute is very much appreciated and we hope you'll find another bug to work on.
History
Date User Action Args
2022-04-11 14:57:28adminsetgithub: 58556
2012-03-18 16:08:38eric.araujosetstatus: open -> closed
assignee: eric.araujo
title: Whitespace - Lib/base64.py -> Minor whitespace changes in base64 module
2012-03-18 03:16:53r.david.murraysetstatus: pending -> open

messages: + msg156228
2012-03-18 01:17:31eric.araujosetstatus: open -> pending

nosy: + r.david.murray, eric.araujo
messages: + msg156222

resolution: wont fix
stage: resolved
2012-03-17 13:20:02dkcreate