Opened 7 years ago

Closed 7 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 Tim Graham)

After 75cf9b5ac031feb8f94271c9906157c921a14520 not passing enclosures (leaving default None) to Atom1Feed.add_item() results in a TypeError.

Change History (4)

comment:1 by Pavlo Kapyshin, 7 years ago

Description: modified (diff)
Owner: changed from nobody to Pavlo Kapyshin
Status: newassigned

comment:2 by Pavlo Kapyshin, 7 years ago

Has patch: set
Last edited 7 years ago by Tim Graham (previous) (diff)

comment:3 by Tim Graham, 7 years ago

Description: modified (diff)
Summary: Allow to not pass enclosures argument to add_item of Atom feedWriting Atom1Feed crashes if enclosures argument isn't provided to add_item()
Triage Stage: UnreviewedReady for checkin

comment:4 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: assignedclosed

In b6fbf3e8:

Fixed #27879 -- Fixed crash if enclosures aren't provided to Atom1Feed.add_item().

Regression in 75cf9b5ac031feb8f94271c9906157c921a14520

Note: See TracTickets for help on using tickets.
Back to Top