Skip to content
#

RSS

rss logo

RSS is a web feed that allows users and applications to access updates to websites in a standardized, computer-readable format.

Here are 1,784 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
Wikipedia
Wikipedia
You can’t perform that action at this time.