[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:

[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

[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

[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 ___