From: Paul Schreiber Date: Mon, 6 Feb 2023 17:42:35 +0000 (-0500) Subject: Remove rfc3986 from Chinese readme (#2576) X-Git-Tag: 0.24.0~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=57477641043bbc5e4341f8a898eb77a8c59f816b;p=thirdparty%2Fhttpx.git Remove rfc3986 from Chinese readme (#2576) fix https://github.com/encode/httpx/pull/2252 --- diff --git a/README_chinese.md b/README_chinese.md index de208800..02487683 100644 --- a/README_chinese.md +++ b/README_chinese.md @@ -126,8 +126,7 @@ HTTPX 项目依赖于这些优秀的库: * `httpcore` - `httpx` 基础传输接口实现。 * `h11` - HTTP/1.1 支持。 * `certifi` - SSL 证书。 -* `rfc3986` - URL 解析与规范化。 - * `idna` - 国际化域名支持。 +* `idna` - 国际化域名支持。 * `sniffio` - 异步库自动检测。 以及这些可选的安装: