You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
While using latest CPython 3.13.0 I'm seeing the following deprecation warning:
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?
The text was updated successfully, but these errors were encountered: