[issue5801] spurious empty lines in wsgiref code

2010-02-22 Thread Tarek Ziadé

Tarek Ziadé ziade.ta...@gmail.com added the comment:

empty lines were removed in r78367, r78369

--
status: open - closed

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



[issue5801] spurious empty lines in wsgiref code

2009-06-30 Thread Pablo Torres Navarrete

Pablo Torres Navarrete tn.pa...@gmail.com 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.python.org/file14410/wsgiref-patch

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



[issue5801] spurious empty lines in wsgiref code

2009-06-30 Thread Pablo Torres Navarrete

Pablo Torres Navarrete tn.pa...@gmail.com added the comment:

The patch applies to rev 73702 of the py3k branch.

--

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



[issue5801] spurious empty lines in wsgiref code

2009-06-30 Thread Pablo Torres Navarrete

Pablo Torres Navarrete tn.pa...@gmail.com 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 tracker rep...@bugs.python.org
http://bugs.python.org/issue5801
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue5801] spurious empty lines in wsgiref code

2009-06-19 Thread Pablo Torres Navarrete

Pablo Torres Navarrete tn.pa...@gmail.com added the comment:

I added the patch for #5800

--
Added file: http://bugs.python.org/file14321/patch

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



[issue5801] spurious empty lines in wsgiref code

2009-06-17 Thread Pablo Torres Navarrete

Pablo Torres Navarrete tn.pa...@gmail.com added the comment:

The patch for issue #5800 solves this.

--
nosy: +ptn

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



[issue5801] spurious empty lines in wsgiref code

2009-06-17 Thread Antoine Pitrou

Antoine Pitrou pit...@free.fr added the comment:

+1 for making the source more readable.

--
nosy: +pitrou

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



[issue5801] spurious empty lines in wsgiref code

2009-06-17 Thread Benjamin Peterson

Changes by Benjamin Peterson benja...@python.org:


--
assignee:  - pje

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



[issue5801] spurious empty lines in wsgiref code

2009-04-20 Thread Tarek Ziadé

New submission from Tarek Ziadé ziade.ta...@gmail.com:

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 3.1

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