[issue13352] tutorial section 9.3.3 documentation problem

2011-11-05 Thread Ori Livneh
Ori Livneh ori.liv...@gmail.com added the comment: That's exactly the point: in Python, data attributes don't need to be declared in the class definition. -- nosy: +ori.livneh ___ Python tracker rep...@bugs.python.org http://bugs.python.org

[issue11197] information leakage with SimpleHTTPServer

2011-07-20 Thread Ori Livneh
Ori Livneh ori.liv...@gmail.com added the comment: Yes, I seem to have gotten confused about this. Sorry for the confusion, and thanks for clearing it up. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11197

[issue11197] information leakage with SimpleHTTPServer

2011-06-12 Thread Ori Livneh
Ori Livneh ori.liv...@gmail.com added the comment: I updated the patch, making the emendations suggested by Eric's review, and making a few additional changes. I was bothered that translate_path was duplicating functionality from _url_collapse_path_split, so I made some corrections

[issue11197] information leakage with SimpleHTTPServer

2011-06-05 Thread Ori Livneh
Changes by Ori Livneh ori.liv...@gmail.com: -- nosy: +Ori.Livneh ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue11197 ___ ___ Python-bugs-list

[issue11197] information leakage with SimpleHTTPServer

2011-06-05 Thread Ori Livneh
Ori Livneh ori.liv...@gmail.com added the comment: I've attached my proposal for a fix. It's my first, so apologies if I've made a mistake somewhere. Senthil Kumaran, to whom the bug is currently assigned, kindly agreed to let me take a stab at it (thanks!). The approach I took