[issue29103] Make enum.py pep8 compliant

2016-12-29 Thread Jean-Sebastien Bevilacqua

Jean-Sebastien Bevilacqua added the comment:

Hello Raymond Hettinger,
Thanks for your advice and your comment.

I agree with you that pep8 compliant isn't useful. If you look at my patch, the 
first change is a unused import, not just a text formatting.

Maybe this first change can be useful ? (not importing unused module)

--

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



[issue29103] Make enum.py pep8 compliant

2016-12-28 Thread Jean-Sebastien Bevilacqua

New submission from Jean-Sebastien Bevilacqua:

Hello,
This is my first patch on CPython, so please tell me if I do something wrong.

When executing flake8 on Lib/enum.py, there are lot of warning. This patch 
remove all these warnings.

--
components: Library (Lib)
files: enum_format.patch
keywords: patch
messages: 284234
nosy: barry, eli.bendersky, ethan.furman, realitix
priority: normal
severity: normal
status: open
title: Make enum.py pep8 compliant
type: enhancement
versions: Python 3.7
Added file: http://bugs.python.org/file46071/enum_format.patch

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