You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Infra: Make PEP abstract extration more robust (#4356)
This eliminates an AttributeError during PEP editing,
if the PEP being edited has an Abstract or Introduction
section but with no interior content (i.e. paragraphs)
yet.
In practice this should have no effect on actual
RSS feeds, since merged PEPs should always have a proper
abstract. However, this prevents a confusing error
from bubbling up during local editing.
See #4355.
Signed-off-by: William Woodruff <william@yossarian.net>
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
0 commit comments