[issue1755388] Problem with socket.gethostbyaddr() and KeyboardInterrupt

2008-11-24 Thread STINNER Victor
STINNER Victor <[EMAIL PROTECTED]> added the comment: @gagenellina: It's a bug! Python does raise a KeyboardInterrupt exception, but too late. The exception is raised during the gethostbyaddr() so I expect to get a KeyboardInterrupt just after gethostbyaddr().

[issue1755388] Problem with socket.gethostbyaddr() and KeyboardInterrupt

2008-11-24 Thread Gabriel Genellina
Changes by Gabriel Genellina <[EMAIL PROTECTED]>: -- components: +Library (Lib) -Interpreter Core ___ Python tracker <[EMAIL PROTECTED]> ___

[issue1755388] Problem with socket.gethostbyaddr() and KeyboardInterrupt

2008-11-24 Thread Gabriel Genellina
Gabriel Genellina <[EMAIL PROTECTED]> added the comment: I think that closing it as wontfix is not the proper thing to do. It is a real bug; closing it will hide it from anybody that could potentially fix it. Also it won't appear on bug listings unless you explicitely ask for closed ones. Se

[issue4406] In Lib\tkinter\filedialog.py, class Directory define loss a"_"

2008-11-24 Thread lion.guo
Changes by lion.guo <[EMAIL PROTECTED]>: -- components: +Library (Lib) -Tests type: -> compile error ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue4406] In Lib\tkinter\filedialog.py, class Directory define loss a"_"

2008-11-24 Thread lion.guo
New submission from lion.guo <[EMAIL PROTECTED]>: In Lib\tkinter\filedialog.py, class Directory "class Directory(Dialog):" should be "class Directory(_Dialog):" -- components: Tests messages: 76312 nosy: lion.guo severity: normal status: open title: In Lib\tkinter\filedialog.py, cla

[issue4405] fix_metaclass broken

2008-11-24 Thread Martin v. Löwis
New submission from Martin v. Löwis <[EMAIL PROTECTED]>: When trying to run 2to3 on Django, I get a traceback File "/tmp/py3/lib/python3.0/lib2to3/refactor.py", line 260, in refactor_string self.refactor_tree(tree, name) File "/tmp/py3/lib/python3.0/lib2to3/refactor.py", line 299, in ref

[issue4402] os.getenv('PATH') return different result between 2.5 and 3.0rc3

2008-11-24 Thread Amaury Forgeot d'Arc
Amaury Forgeot d'Arc <[EMAIL PROTECTED]> added the comment: I cannot reproduce this. Python does not modify the environment variables. How did you exactly start the python interpreters, 2.5 and 3.0? -- nosy: +amaury.forgeotdarc ___ Python tracker <[EM

<    1   2