Yuhong Chen

Results 3 issues of Yuhong Chen

### Describe bug Syntax error in screener with Python 3.10. Error is coming from https://github.com/ranaroussi/yfinance/blob/main/yfinance/screener/screener.py#L101 ### Simple code that reproduces your problem ```python import yfinance ``` using Python 3.10 ###...

Quick fix for issue https://github.com/ranaroussi/yfinance/issues/2093 This broke yfinance for me after I automatically upgraded to the latest release. Existing tests should suffice. Directly targeting `main` because the release is broken

### Description of PR The existing implementation of `Path.suffix` drops the scheme and authority of the path when it's a root path. For example, `new Path("s3://foo").suffix("/bar")` is expected to return...

trunk
Common