Opened 20 months ago
Closed 20 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 , 20 months ago
| Cc: | added |
|---|---|
| Component: | Uncategorized → Template system |
| Easy pickings: | set |
| Needs documentation: | set |
| Triage Stage: | Unreviewed → Ready for checkin |
| Type: | Uncategorized → Cleanup/optimization |
follow-up: 4 comment:2 by , 20 months ago
| Triage Stage: | Ready for checkin → Accepted |
|---|
comment:3 by , 20 months ago
| Has patch: | set |
|---|
comment:4 by , 20 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
comment:5 by , 20 months ago
| Needs documentation: | unset |
|---|
Note:
See TracTickets
for help on using tickets.
This archived link referred to by what appears to be the author seems to be a better alternative.