aboutcode-org / aboutcode-org/python-publicsuffix2
codes.open is deprecated in python3.14
Open
- Dominant language
- Python
- Stars
- 30
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
Depreciation warning in python3:
```
/lib/python3.14/site-packages/publicsuffix2/__init__.py:86: DeprecationWarning: codecs.open() is deprecated. Use open() instead.
with codecs.open(psl_file or PSL_FILE, 'r', encoding='utf8') as psl:
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.