On 05 October 2001, Andrew Kuchling said:
> Greg, Neil: note that this
> code ends up mutating the 'environ' mapping passed into the
> constructor; is that OK or should I .copy() the dictionary first?
> (IMHO I can live with this tiny bit of evil.)
Fine by me. Doesn't strike me as particularly evil at all.
Greg