Parse feeds in Python
While using latest CPython 3.13.0 I'm seeing the following deprecation warning: ``` .venv/lib/python3.13/site-packages/feedparser/html.py:152: DeprecationWarning: 'count' is passed as positional argument data = re.sub(r'<!((?!DOCTYPE\|--\|\[))', r'<!\1', data, re.IGNORECASE) ``` I guess it causes bug in that case, because the flag is being passed instead of count. @kurtmckee I see #389 fixed this but wasn't released yet. Could you release latest version with this merged fix inside please?
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by decaz and has received 2 comments.