Opened 8 years ago
Closed 8 years ago
#27879 closed Bug (fixed)
Writing Atom1Feed crashes if enclosures argument isn't provided to add_item()
Reported by: | Pavlo Kapyshin | Owned by: | Pavlo Kapyshin |
---|---|---|---|
Component: | Utilities | Version: | dev |
Severity: | Release blocker | Keywords: | feedgenerator |
Cc: | Triage Stage: | Ready for checkin | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description (last modified by )
After 75cf9b5ac031feb8f94271c9906157c921a14520 not passing enclosures (leaving default None) to Atom1Feed.add_item()
results in a TypeError
.
Change History (4)
comment:1 by , 8 years ago
Description: | modified (diff) |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 8 years ago
Description: | modified (diff) |
---|---|
Summary: | Allow to not pass enclosures argument to add_item of Atom feed → Writing Atom1Feed crashes if enclosures argument isn't provided to add_item() |
Triage Stage: | Unreviewed → Ready for checkin |
Note:
See TracTickets
for help on using tickets.
PR