Martin Zibricky píše v Út 26. 07. 2011 v 12:30 +0200:
> Use subprocess module will give us more portability and better unicode
> handling, especially for Windows platform.

And it could also slightly improve performance since instead 2
subprocesses only one would be executed. (no need to run shell and then
execute command from shell as second subprocess).

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pyinstaller?hl=en.

Reply via email to