Changes between Initial Version and Version 2 of Ticket #36397


Ignore:
Timestamp:
May 15, 2025, 6:34:11 AM (4 months ago)
Author:
Christian Buhtz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36397 – Description

    initial v2  
    1212I do have minimal working example demonstrating the problem with the Debian server.
    1313
     14{{{
    1415>>> url = 'https://tracker.debian.org/pkg/feedparser/rss'
    1516>>> import feedparser as fp
     
    4344>>> len(b.entries)
    444530
     46}}}
    4547
    4648I would expect "b.entries" should be (near) 0.
Back to Top