The Wayback Machine - https://web.archive.org/web/20200822131457/https://github.com/topics/rss
Skip to content
#

rss

Here are 1,768 public repositories matching this topic...

tirkarthi
tirkarthi commented Apr 27, 2020

Deprecation warning due to invalid escape sequences. Using raw strings or escaping them again helps in resolving this. Check https://github.com/asottile/pyupgrade/ for automatic fix of this.

Syntax warnings are caused due to comparison of literals using is.

Steps to reproduce:

find . -iname '*.py' | grep -Ev 'rdf4|tool|doc' | xargs -P4 -I{} python3.8 -Wall -m py_compile {}
./up

Improve this page

Add a description, image, and links to the rss topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rss topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.