[issue16673] Corrections in the library OS (PEP8)

2012-12-13 Thread Raninho Fernandes

New submission from Raninho Fernandes:

Community, I realized that there are libraries that do not follow the standard 
PEP8, in order to start to contribute, I am providing the OS patch.

I do not know if has community interest in the corrections (PEP8).

thank you

--
files: os_pep8.patch
keywords: patch
messages: 177402
nosy: raninho
priority: normal
severity: normal
status: open
title: Corrections in the library OS (PEP8)
Added file: http://bugs.python.org/file28300/os_pep8.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16673
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16673] Corrections in the library OS (PEP8)

2012-12-13 Thread Ezio Melotti

Ezio Melotti added the comment:

Thanks for your contribution, but we don't usually apply this kind of 
refactoring unless we are already making changes to the a specific part of the 
code.  The reason is that even if they are trivial changes, there's an 
(admittedly small) chance of introducing bugs, and it makes the output of hg 
annotate more difficult to follow.
Unless someone disagrees I think this can be closed as won't fix.

--
components: +Library (Lib)
nosy: +ezio.melotti
resolution:  - wont fix
stage:  - patch review
status: open - pending
type:  - enhancement
versions: +Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16673
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16673] Corrections in the library OS (PEP8)

2012-12-13 Thread R. David Murray

R. David Murray added the comment:

That is indeed our standard policy.  And yes, thank you for trying, Raninho.  A 
good way to make an initial contribution is to look for modules that don't yet 
have full test coverage (there are a lot) and add tests.  The devguide 
(http://docs.python.org/devguide) contains information about how to go about 
this task.

--
nosy: +r.david.murray
stage: patch review - committed/rejected
status: pending - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16673
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue16673] Corrections in the library OS (PEP8)

2012-12-13 Thread Raninho Fernandes

Raninho Fernandes added the comment:

I will follow the suggestion of Murray.

Thanks Ezio and Murray.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue16673
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com