Opened 9 years ago
Closed 9 years ago
#12723 closed enhancement (wontfix)
Update python spkg to add a feature to python's doctest module
Reported by: | roed | Owned by: | tbd |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | packages: standard | Keywords: | sd40.5 |
Cc: | jhpalmieri | Merged in: | |
Authors: | Reviewers: | Volker Braun, David Roe | |
Report Upstream: | N/A | Work issues: | |
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description (last modified by )
The code at #12415 needs to change Python's doctest module
This ticket can be closed as wontfix.
Attachments (1)
Change History (10)
Changed 9 years ago by
comment:1 Changed 9 years ago by
comment:2 Changed 9 years ago by
- Cc jhpalmieri added
comment:3 Changed 9 years ago by
Is it not possible to modify test.globs before it's run instead of patching Python?
comment:4 Changed 9 years ago by
- Keywords sd40.5 added
- Reviewers set to Volker Braun
- Status changed from new to needs_review
David will move the doctest.py into the sage library and embrace & extend it there.
Ticket can be closed.
comment:5 Changed 9 years ago by
- Status changed from needs_review to positive_review
comment:6 Changed 9 years ago by
- Dependencies set to #13013
- Status changed from positive_review to needs_work
Upgrading a spkg requires posting a new .spkg
file, not just a patch. Also, this should be rebased to #13013.
comment:7 Changed 9 years ago by
- Description modified (diff)
- Status changed from needs_work to positive_review
No changes necessary. This ticket can be closed as wontfix.
comment:8 Changed 9 years ago by
- Milestone changed from sage-5.1 to sage-duplicate/invalid/wontfix
comment:9 Changed 9 years ago by
- Dependencies #13013 deleted
- Resolution set to wontfix
- Reviewers changed from Volker Braun to Volker Braun, David Roe
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
I posted a diff of python-2.7.2.p5 against python-2.7.2.p4 as an attachment. The actual spkg is available here.
Unfortunately it doesn't succeed in installing, and I don't understand why. I get
But I didn't touch that patch.... Help would be appreciated, since I haven't updated spkgs very often.