[Ironpython-users] IronPython, Daily Digest 1/1/2014
CodePlex
no_reply at codeplex.com
Thu Jan 2 09:20:11 CET 2014
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20140102/7b01d769/attachment.html>
More information about the Ironpython-users
mailing list