[issue5801] spurious empty lines in wsgiref code

2010-02-22 Thread Tarek Ziadé
Tarek Ziadé added the comment: empty lines were removed in r78367, r78369 -- status: open -> closed ___ Python tracker ___ ___ Python-

[issue5801] spurious empty lines in wsgiref code

2009-06-30 Thread Pablo Torres Navarrete
Pablo Torres Navarrete added the comment: Oops, forgot to add the .diff extension so web browsers don't get confused. Their contents are the same though. -- keywords: +patch Added file: http://bugs.python.org/file14411/wsgiref-patch.diff ___ Python

[issue5801] spurious empty lines in wsgiref code

2009-06-30 Thread Pablo Torres Navarrete
Pablo Torres Navarrete added the comment: The patch applies to rev 73702 of the py3k branch. -- ___ Python tracker ___ ___ Python-bugs

[issue5801] spurious empty lines in wsgiref code

2009-06-30 Thread Pablo Torres Navarrete
Pablo Torres Navarrete added the comment: I cleaned the rest of the module by shortening lines that are too long, removing useless blocks of empty lines and adding whitespace around operators and after commas. Nothing in the programming logic was changed. -- Added file: http://bugs.pyt

[issue5801] spurious empty lines in wsgiref code

2009-06-19 Thread Pablo Torres Navarrete
Pablo Torres Navarrete added the comment: I added the patch for #5800 -- Added file: http://bugs.python.org/file14321/patch ___ Python tracker ___ ___

[issue5801] spurious empty lines in wsgiref code

2009-06-17 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- assignee: -> pje ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue5801] spurious empty lines in wsgiref code

2009-06-17 Thread Antoine Pitrou
Antoine Pitrou added the comment: +1 for making the source more readable. -- nosy: +pitrou ___ Python tracker ___ ___ Python-bugs-list

[issue5801] spurious empty lines in wsgiref code

2009-06-17 Thread Pablo Torres Navarrete
Pablo Torres Navarrete added the comment: The patch for issue #5800 solves this. -- nosy: +ptn ___ Python tracker ___ ___ Python-bugs-

[issue5801] spurious empty lines in wsgiref code

2009-04-20 Thread Tarek Ziadé
New submission from Tarek Ziadé : the wsgiref package is hard to read, there are blocs of empty lines. Can I pep8-fy it ? -- components: Library (Lib) messages: 86200 nosy: pje, tarek severity: normal status: open title: spurious empty lines in wsgiref code versions: Python 2.7, Python