From 647d723ecf02150042f5a20de93eba3d7ce7db0e Mon Sep 17 00:00:00 2001 From: fauzan171 Date: Sun, 7 Jun 2026 00:08:39 +0700 Subject: [PATCH] fix: update chardet description to remove outdated Python 2 reference Python 2 reached end-of-life in January 2020. The 'Python 2/3 compatible' qualifier is no longer relevant and misleading. Updated to match the official repository description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d198f3e93..5663170af3 100644 --- a/README.md +++ b/README.md @@ -869,7 +869,7 @@ _Libraries for parsing and manipulating plain texts._ - General - [babel](https://github.com/python-babel/babel) - An internationalization library for Python. - - [chardet](https://github.com/chardet/chardet) - Python 2/3 compatible character encoding detector. + - [chardet](https://github.com/chardet/chardet) - Python character encoding detector. - [difflib](https://docs.python.org/3/library/difflib.html) - (Python standard library) Helpers for computing deltas. - [ftfy](https://github.com/rspeer/python-ftfy) - Makes Unicode text less broken and more consistent automagically. - [pangu.py](https://github.com/vinta/pangu.py) - Paranoid text spacing.