Message156013
| Author |
v+python |
| Recipients |
Giovanni.Funchal, facundobatista, fdrake, orsenthil, python-dev, v+python |
| Date |
2012年03月16日.08:31:28 |
| SpamBayes Score |
0.0002176769 |
| Marked as misclassified |
No |
| Message-id |
<1331886689.11.0.474276472344.issue10484@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
Senthil, the patch you submitted breaks the encapsulation of cgi_directories -- this should be changeable per particular application via subclassing or assignment, but you've built those directories into the code. Perhaps you should take a look at my code for is_cgi (which I was trying to post while you were posting the patches, sorry I was slow).
Perhaps there should be one more test, which actually changes the cgi_directories, and tests a few more things, to prove that the code does not hard code those directories (it shouldn't). |
|