Modify ↓
#11873 closed enhancement (fixed)
Return a NamedTuple from Mimeview.get_supported_conversions
| Reported by: | Ryan J Ollos | Owned by: | Ryan J Ollos |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.1.3 |
| Component: | rendering | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: |
|
||
| Internal Changes: | |||
Description (last modified by )
Mentioned in comment:7:ticket:11648, Mimeview.get_supported_conversions looks like a good case in which a namedtuple could be used.
Attachments (0)
Change History (4)
comment:1 by , 11 years ago
comment:2 by , 11 years ago
| Description: | modified (diff) |
|---|---|
| Status: | new → assigned |
The MimeConversion namedtuple doesn't necessarily have to have module-level scope at this time: [fd24b52e/rjollos.git].
comment:3 by , 11 years ago
| API Changes: | modified (diff) |
|---|
comment:4 by , 11 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Committed to trunk in [13500:13501].
Note:
See TracTickets
for help on using tickets.



Proposed changes in log:rjollos.git:t11873. These changes look backwards-compatible to me.