Thanks for the reply Wolfgang!

I guess the verbiage is a little misleading then. Insert implies to add to
whats existing. Perhaps QT needs to add a replace method as well. :)

Easy enough to work around though.

Cheers,
-Scott



On Fri, Dec 10, 2010 at 1:12 AM, Wolfgang Rohdewald
<wolfg...@rohdewald.de>wrote:

> On Freitag 10 Dezember 2010, Scott Ballard wrote:
> > The insert method of QProcessEnvironment overwrites the
> > environment variable instead of inserting into it.
>
> according to the manual, this is correct.
>
> Inserts the environment variable of name name and contents value
> into this QProcessEnvironment object. If that variable already
> existed, it is replaced by the new value.
>
> --
> Wolfgang
>
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to