Hi ironpython,
Here's your Daily Digest of new issues for project "IronPython".
In today's digest:ISSUES
1. [New issue] subprocess.Popen should accept os.environ as env argument
----------------------------------------------
ISSUES
1. [New issue] subprocess.Popen should accept os.environ as env argument
http://ironpython.codeplex.com/workitem/34837
User paweljasinski has proposed the issue:
"the following is not possible in IronPython but works in cpython
>>> import os
>>> import subprocess
>>> subprocess.Popen("command.com",env=os.environ)
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\rejap\IronPython27\Lib\subprocess.py", line 675, in __init__
File "C:\Users\rejap\IronPython27\Lib\subprocess.py", line 887, in
_execute_child
TypeError: expected dict, got instance
>>>
"
----------------------------------------------
----------------------------------------------
You are receiving this email because you subscribed to notifications on
CodePlex.
To report a bug, request a feature, or add a comment, visit IronPython Issue
Tracker. You can unsubscribe or change your issue notification settings on
CodePlex.com.
_______________________________________________
Ironpython-users mailing list
Ironpython-users@python.org
https://mail.python.org/mailman/listinfo/ironpython-users