Issue5801
Created on 2009-04-20 16:03 by tarek, last changed 2009-06-30 22:05 by ptn.
|
msg86200 - (view) |
Author: Tarek Ziadé (tarek) |
Date: 2009-04-20 16:03 |
|
the wsgiref package is hard to read, there are blocs of empty lines.
Can I pep8-fy it ?
|
|
msg89460 - (view) |
Author: Pablo Torres Navarrete (ptn) |
Date: 2009-06-17 15:06 |
|
The patch for issue #5800 solves this.
|
|
msg89482 - (view) |
Author: Antoine Pitrou (pitrou) |
Date: 2009-06-17 21:15 |
|
+1 for making the source more readable.
|
|
msg89526 - (view) |
Author: Pablo Torres Navarrete (ptn) |
Date: 2009-06-19 16:51 |
|
I added the patch for #5800
|
|
msg89951 - (view) |
Author: Pablo Torres Navarrete (ptn) |
Date: 2009-06-30 21:56 |
|
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.
|
|
msg89952 - (view) |
Author: Pablo Torres Navarrete (ptn) |
Date: 2009-06-30 21:58 |
|
The patch applies to rev 73702 of the py3k branch.
|
|
msg89953 - (view) |
Author: Pablo Torres Navarrete (ptn) |
Date: 2009-06-30 22:05 |
|
Oops, forgot to add the .diff extension so web browsers don't get
confused. Their contents are the same though.
|
|
| Date |
User |
Action |
Args |
| 2009-06-30 22:05:25 | ptn | set | files:
+ wsgiref-patch.diff keywords:
+ patch messages:
+ msg89953
|
| 2009-06-30 21:58:32 | ptn | set | messages:
+ msg89952 |
| 2009-06-30 21:56:55 | ptn | set | files:
+ wsgiref-patch
messages:
+ msg89951 |
| 2009-06-19 16:51:34 | ptn | set | files:
+ patch
messages:
+ msg89526 |
| 2009-06-17 23:00:14 | benjamin.peterson | set | assignee: pje |
| 2009-06-17 21:15:32 | pitrou | set | nosy:
+ pitrou messages:
+ msg89482
|
| 2009-06-17 15:06:34 | ptn | set | nosy:
+ ptn messages:
+ msg89460
|
| 2009-04-20 16:03:57 | tarek | create | |
|