|
Boost Testing : |
Subject: [Boost-testing] [boost-testing] Python popen2 module deprecated
From: Belcourt, Kenneth (kbelco_at_[hidden])
Date: 2010-07-05 18:30:51
FYI,
Under Snow Leopard I get this warning when running the Boost.Build
tests.
# Running Boost.Build tests
/Volumes/scratch/kbelco/boost/boost/tools/build/v2/test/TestCmd.py:60:
DeprecationWarning: The popen2 module is deprecated. Use the
subprocess module.
import popen2
This is with default Python (v.2.6, 64 bit) on Snow Leopard.
-- Noel