lukasschwab / arxiv.py

Python wrapper for the arXiv API
MIT License
1.07k stars 120 forks source link

Skip invalid entries from nonexistent `id_list` IDs #81

Closed lukasschwab closed 3 years ago

lukasschwab commented 3 years ago

Description

Considered some drawbacks to this new behavior, but breaking the ordinal relationship seems better than introducing a new zero- or invalid-state (like the bozo flag in feedparser): https://github.com/lukasschwab/arxiv.py/issues/80#issuecomment-899164524

Breaking changes

List any changes that break the API usage supported on master.

None; elides an unexpected and unhandled error.

Relevant issues

List GitHub issues relevant to this change.

Fix #80.

Checklist