Modify ↓
Opened 15 years ago
Closed 15 years ago
#425 closed enhancement (fixed)
popen2 module depreciation warning
Reported by: | Miniwark | Owned by: | osimons |
---|---|---|---|
Priority: | trivial | Milestone: | 0.6 |
Component: | Recipe commands | Version: | 0.5.3 |
Keywords: | Cc: | ||
Operating System: | Linux |
Description
I have sometime this popen2 depreciation warning when running the bitten_slave :
[...]/bitten/bitten/build/api.py:145: DeprecationWarning: The popen2 module is deprecated. Use the subprocess module
Note : I have installed the bitten slave inside a buildout environment.
Attachments (0)
Change History (2)
comment:1 Changed 15 years ago by osimons
- Owner set to osimons
comment:2 Changed 15 years ago by osimons
- Resolution set to fixed
- Status changed from new to closed
Following [702] it should not appear anymore - newer Python will use the new execute() based on subprocess module and not popen2.
Note: See
TracTickets for help on using
tickets.
See comment:8:ticket:256 with attachment added 5 minutes before your ticket :-)