DeprecationWarning for popen3 in ECM
Reported by: |
aapitzsch |
Owned by: |
was |
Priority:
|
minor
|
Milestone:
|
sage-4.6.2
|
Component:
|
interfaces
|
Keywords:
|
|
Cc:
|
|
Merged in:
|
sage-4.6.2.alpha3
|
Authors:
|
André Apitzsch
|
Reviewers:
|
Robert Bradshaw
|
Report Upstream:
|
N/A
|
Work issues:
|
|
Branch:
|
|
Commit:
|
|
Dependencies:
|
|
Stopgaps:
|
|
Using ECM()(10)
for example is raising a DeprecationWarning
:
/local/lib/python2.6/site-packages/sage/interfaces/ecm.py:109: DeprecationWarning: os.popen3 is deprecated. Use the subprocess module.
i,o,e = os.popen3(cmd)
Change History (5)
Status: |
new →
needs_review
|
Status: |
needs_review →
positive_review
|
Milestone: |
→ sage-4.6.2
|
Reviewers: |
→ Robert Bradshaw
|
Merged in: |
→ sage-4.6.2.alpha3
|
Resolution: |
→ fixed
|
Status: |
positive_review →
closed
|
That's the right fix.