[issue3872] Python 2.6rc2: Tix ComboBox error
Changes by Matthieu Labbé : -- nosy: +matthieu.labbe ___ Python tracker <http://bugs.python.org/issue3872> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue4485] fast swap of "default" Windows python versions
Changes by Matthieu Labbé : -- nosy: +matthieu.labbe ___ Python tracker <http://bugs.python.org/issue4485> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1475692] replacing obj.__dict__ with a subclass of dict
Changes by Matthieu Labbé : -- nosy: +matthieu.labbe versions: +Python 2.4, Python 2.5 ___ Python tracker <http://bugs.python.org/issue1475692> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1475692] replacing obj.__dict__ with a subclass of dict
Changes by Matthieu Labbé : -- type: feature request -> behavior ___ Python tracker <http://bugs.python.org/issue1475692> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue5397] PEP 372: OrderedDict
Changes by Matthieu Labbé : -- nosy: +matthieu.labbe ___ Python tracker <http://bugs.python.org/issue5397> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue1524639] Fix Tkinter Tcl-commands memory-leaks
Changes by Matthieu Labbé : -- nosy: +matthieu.labbe ___ Python tracker <http://bugs.python.org/issue1524639> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue3485] os.path.normcase documentation/behaviour unclear on Mac OS X
Changes by Matthieu Labbé : -- nosy: +matthieu.labbe ___ Python tracker <http://bugs.python.org/issue3485> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue506100] commands.getstatusoutput(): cmd.exe support
Changes by Matthieu Labbé : -- nosy: +matthieu.labbe ___ Python tracker <http://bugs.python.org/issue506100> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue5808] Subprocess.getstatusoutput Fails Executing 'dir' Command on Windows
Matthieu Labbé added the comment: I think this is a bug: The doc says "Availability: UNIX." but it is *available* under Windows and gives an unexpected error message. I see several way to fix this: 1) Fix the doc: "Supported only on UNIX. Behavior on other platforms is undefined." 2) Make subprocess.getstatusoutput (and subprocess.getoutput) unavailable on non-supported platforms. (Same behavior as the 'os' module.) 3) Make these convenience functions multiplatform using subprocess.Popen. I think the best thing to do is #3. What do you think? -- nosy: +matthieu.labbe ___ Python tracker <http://bugs.python.org/issue5808> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue4697] Clarification needed for subprocess convenience functions in Python 3.0 documentation
Matthieu Labbé added the comment: I think "Availability: UNIX" is incorrect: it is *available* under Windows and gives an unexpected error message. See http://bugs.python.org/issue5808#msg110424 -- nosy: +matthieu.labbe ___ Python tracker <http://bugs.python.org/issue4697> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue459007] Document sys.path on Windows
Changes by Matthieu Labbé : -- nosy: +matthieu.labbe ___ Python tracker <http://bugs.python.org/issue459007> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue5673] Add timeout option to subprocess.Popen
Changes by Matthieu Labbé : -- nosy: +matthieu.labbe ___ Python tracker <http://bugs.python.org/issue5673> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com