[issue22389] Generalize contextlib.redirect_stdout

2014-09-29 Thread John Isidore
John Isidore added the comment: There is stdout_redirected() function [1] that allows to redirect a file object given as `stdout` patameter including `sys.stderr`. It works at a file descriptor level i.e. it supports redirecting subprocess' output too but it doesn't work for StringIO (no fd).

[issue809846] bdist_wininst doesn't clean up read-only files in build dir

2014-09-29 Thread Mark Lawrence
Mark Lawrence added the comment: I understand from the experts list that tarek is no longer maintaining distutils but I can't change the "assigned to" field. As a matter of interest there are another 67 issues with tarek assigned. -- nosy: +BreamoreBoy, dstufft versions: +Python 3.4,

[issue9912] Fail when vsvarsall.bat produces stderr

2014-09-29 Thread Mark Lawrence
Mark Lawrence added the comment: Ping. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.or

[issue6978] compiler.transformer dict key bug d[1,] = 1

2014-09-29 Thread Mark Lawrence
Mark Lawrence added the comment: Can somebody set this to "patch review" and do the honours please. FWIW I don't like "tulplesub" in the patch. -- nosy: +BreamoreBoy ___ Python tracker

<    1   2