Karthikeyan Singaravelan

Results 222 issues of Karthikeyan Singaravelan

https://www.python.org/dev/peps/pep-0632/#migration-advice https://github.com/hugapi/hug/blob/8b5ac00632543addfdcecc326d0475a685a0cba7/hug/types.py#L26 https://github.com/hugapi/hug/blob/8b5ac00632543addfdcecc326d0475a685a0cba7/hug/api.py#L27

https://docs.python.org/release/3.9.0/library/asyncio-task.html#asyncio.gather https://github.com/hugapi/hug/blob/8b5ac00632543addfdcecc326d0475a685a0cba7/hug/api.py#L634

``` tests/test_decorators.py 1589: @asyncio.coroutine tests/test_coroutines.py 34: @asyncio.coroutine 45: @asyncio.coroutine 50: @asyncio.coroutine 62: @asyncio.coroutine 82: @asyncio.coroutine 97: @asyncio.coroutine ```

Deprecation warnings are raised due to invalid escape sequences. This can be fixed by using raw strings or escaping the literals. pyupgrade also helps in automatic conversion : https://github.com/asottile/pyupgrade/ ```...

Ref : https://github.com/python/cpython/pull/13270 ``` pyAudioAnalysis/data/testComputational.py 16: t1 = time.clock() 18: t2 = time.clock() 24: t1 = time.clock() 26: t2 = time.clock() 32: t1 = time.clock() 34: t2 = time.clock() 40:...

Deprecation warnings are raised due to invalid escape sequences. This can be fixed by using raw strings or escaping the literals. pyupgrade also helps in automatic conversion : https://github.com/asottile/pyupgrade/ This...

Proposal

https://github.com/binux/pyspider/blob/3fb9167983f0123b9cac6615e543e9fbaf68cc04/pyspider/database/mongodb/taskdb.py#L48 Ref : https://github.com/python/cpython/pull/18075

Ref : python/cpython#25174 https://github.com/codelucas/newspaper/blob/f622011177f6c2e95e48d6076561e21c016f08c3/newspaper/utils.py#L134