[issue15464] ssl: add set_msg_callback function

2012-07-26 Thread Thiébaud Weksteen
Thiébaud Weksteen thieb...@weksteen.fr added the comment: I'm not sure what would be the best way to verify that. What about: def test_connect_with_msg_callback(self): with support.transient_internet(svn.python.org): self.called = False def cb(packet):

[issue15231] update PyPI upload doc to say --no-raw passed to rst2html.py

2012-07-26 Thread Eli Bendersky
Eli Bendersky eli...@gmail.com added the comment: Éric - what is missing? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue15231 ___ ___

[issue12034] check_GetFinalPathNameByHandle() suboptimal

2012-07-26 Thread Atsuo Ishimoto
Atsuo Ishimoto ishim...@gembook.org added the comment: Patch to cache result of check_GetFinalPathNameByHandle(). -- keywords: +patch nosy: +ishimoto Added file: http://bugs.python.org/file26535/issue12034.patch ___ Python tracker

[issue14578] importlib doesn't check Windows registry for paths

2012-07-26 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: I would really like to release beta2 this weekend. Is it possible to get this resolved by then? -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14578

[issue14330] don't use host python, use host search paths for host compiler

2012-07-26 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: I would really like to release beta2 this weekend. Is it possible to get this resolved by then? -- nosy: +georg.brandl ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue14330

<    1   2