Opened 2 months ago

Closed 2 months ago

#35286 closed Cleanup/optimization (fixed)

dead top-down parsing reference URL is dead

Reported by: umair mehmood Owned by: umair mehmood
Component: Template system Version: 5.0
Severity: Normal Keywords:
Cc: umair mehmood Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

in django/templates/smartif.py this url [effbot-simple-top-down-parer](http://effbot.org/zone/simple-top-down-parsing.htm.) is dead. we can replace it with https://pdfcoffee.com/simple-top-down-parsing-in-python-pt-pdf-free.html found this only similar link

Change History (6)

comment:1 by umair mehmood, 2 months ago

Cc: umair mehmood added
Component: UncategorizedTemplate system
Easy pickings: set
Needs documentation: set
Triage Stage: UnreviewedReady for checkin
Type: UncategorizedCleanup/optimization

comment:2 by Simon Charette, 2 months ago

Triage Stage: Ready for checkinAccepted

This archived link referred to by what appears to be the author seems to be a better alternative.

comment:3 by umair mehmood, 2 months ago

Has patch: set

in reply to:  2 comment:4 by umair mehmood, 2 months ago

Replying to Simon Charette:

This archived link referred to by what appears to be the author seems to be a better alternative.

Thanks for sharing this, I have update the URL.

Link to the PR

Last edited 2 months ago by umair mehmood (previous) (diff)

comment:5 by umair mehmood, 2 months ago

Needs documentation: unset

comment:6 by GitHub <noreply@…>, 2 months ago

Resolution: fixed
Status: assignedclosed

In 4114179c:

Fixed #35286 -- Updated broken link in django/template/smartif.py docstring.

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