#7967 closed defect (fixed)
DeprecationWarning for popen3 in hg_sage
Reported by: | wjp | Owned by: | tbd |
---|---|---|---|
Priority: | major | Milestone: | sage-4.3.1 |
Component: | misc | Keywords: | |
Cc: | Merged in: | sage-4.3.1.rc1 | |
Authors: | Willem Jan Palenstijn | Reviewers: | Tim Dumol |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
Using hg_sage
is raising a DeprecationWarning
:
/data/sage/sage-4.3.1.rc0/local/lib/python2.6/site-packages/sage/misc/hg.py:240: DeprecationWarning: os.popen3 is deprecated. Use the subprocess module. x = os.popen3(s)
Attachments (1)
Change History (5)
comment:1 Changed 11 years ago by
- Milestone set to sage-4.3.1
- Status changed from new to needs_review
Changed 11 years ago by
comment:2 Changed 11 years ago by
- Reviewers set to Tim Dumol
- Status changed from needs_review to positive_review
comment:3 Changed 11 years ago by
- Merged in set to sage-4.3.1.rc1
- Resolution set to fixed
- Status changed from positive_review to closed
comment:4 Changed 4 years ago by
Note: See
TracTickets for help on using
tickets.
Good job; looks good.