Changes between Initial Version and Version 2 of Ticket #36397
- Timestamp:
- May 15, 2025, 6:34:11 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36397 – Description
initial v2 12 12 I do have minimal working example demonstrating the problem with the Debian server. 13 13 14 {{{ 14 15 >>> url = 'https://tracker.debian.org/pkg/feedparser/rss' 15 16 >>> import feedparser as fp … … 43 44 >>> len(b.entries) 44 45 30 46 }}} 45 47 46 48 I would expect "b.entries" should be (near) 0.