sethmlarson / virtualbox-python

Complete implementation of VirtualBox's COM API with a Pythonic interface.
https://pypi.org/project/virtualbox
Apache License 2.0
354 stars 75 forks source link

Rewrite GuestSession.execute() API to resemble subprocess.Popen #97

Closed sethmlarson closed 5 years ago

sethmlarson commented 7 years ago

96

angryjk commented 7 years ago

I have confused you! Do not change anything! It seems everything works, my fault

sethmlarson commented 7 years ago

I'll still rewrite this for 2.0.0 to match subprocess.Popen closely. The current state is far less configurable compared to Popen.