From 98067140c680844a130c427adbd5eab7f4a72d8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=A2=A6?= Date: Mon, 6 Feb 2023 07:06:16 +0000 Subject: [PATCH] =?UTF-8?q?=E8=A7=84=E8=8C=83=E5=92=8C=E4=BD=8E=E9=94=99?= =?UTF-8?q?=E7=B1=BB:=E8=A1=A8=E8=BF=B0=E4=B8=8D=E9=80=9A=E9=A1=BA?= =?UTF-8?q?=EF=BC=8C=E4=BD=86=E4=B8=8D=E5=BD=B1=E5=93=8D=E7=90=86=E8=A7=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 赵梦 --- .../\347\224\250\346\210\267\351\241\273\347\237\245.md" | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git "a/docs/zh/docs/Releasenotes/\347\224\250\346\210\267\351\241\273\347\237\245.md" "b/docs/zh/docs/Releasenotes/\347\224\250\346\210\267\351\241\273\347\237\245.md" index 9fd87a0e9..e01f4e8c5 100644 --- "a/docs/zh/docs/Releasenotes/\347\224\250\346\210\267\351\241\273\347\237\245.md" +++ "b/docs/zh/docs/Releasenotes/\347\224\250\346\210\267\351\241\273\347\237\245.md" @@ -1,5 +1,5 @@ # 用户须知 - openEuler版本号计数规则由openEuler x.x变更为以年月为版本号,以便用户了解版本发布时间,例如openEuler 21.03表示发布时间为2021年3月。 -- [Python核心团队](https://www.python.org/dev/peps/pep-0373/#update)已经于2020年1月停止对Python 2的维护。2021年,openEuler 21.03 仅修复Python 2的致命CVE。Python 2已于2020年12月31日全面停止维护。请您尽快切换到Python 3。 -- openEuler 22.03-LTS版本开始,停止支持和维护Python 2,仅支持Python 3,请您切换和使用Python 3。 \ No newline at end of file +- [Python核心团队](https://www.python.org/dev/peps/pep-0373/#update)已经于2020年1月停止对Python 2的维护。2021年,openEuler 21.03 仅修复Python 2的致命CVE。请您尽快切换到Python 3。 +- openEuler 22.03-LTS版本开始,停止支持和维护Python 2,仅支持Python 3,请您切换和使用Python 3。 \ No newline at end of file -- Gitee