1 Star 0 Fork 80

openeuler-embedded/python3

forked from src-openEuler/python3 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
CVE-2019-17514.patch 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
syyhao 提交于 2019-12-26 09:47 . fix some CVE and BEP problem
From c7dac45bbe3ea5fe11df60b07f03c822de350284 Mon Sep 17 00:00:00 2001
From: Elena Oat <oat.elena@gmail.com>
Date: Sun, 4 Nov 2018 06:50:55 -0800
Subject: [PATCH] Explain that the orderness of the result of glob is
system-dependant (GH-6587)
Thanks!
---
Doc/library/glob.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Doc/library/glob.rst b/Doc/library/glob.rst
index 0db10b5..2a5f0dd 100644
--- a/Doc/library/glob.rst
+++ b/Doc/library/glob.rst
@@ -42,7 +42,8 @@ For example, ``'[?]'`` matches the character ``'?'``.
a string containing a path specification. *pathname* can be either absolute
(like :file:`/usr/src/Python-1.5/Makefile`) or relative (like
:file:`../../Tools/\*/\*.gif`), and can contain shell-style wildcards. Broken
- symlinks are included in the results (as in the shell).
+ symlinks are included in the results (as in the shell). Whether or not the
+ results are sorted depends on the file system.
.. index::
single: **; in glob-style wildcards
--
1.8.3.1
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/openeuler-embedded/python3.git
git@gitee.com:openeuler-embedded/python3.git
openeuler-embedded
python3
python3
openEuler-embedded

搜索帮助