Skip to content

Commit 95c6597

Browse files
committed
PyDoc topics refresh & blurb release for 3.5.6rc1.
1 parent 76aa2c0 commit 95c6597

File tree

5 files changed

+30
-8
lines changed

5 files changed

+30
-8
lines changed

Lib/pydoc_data/topics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Autogenerated by Sphinx on Tue Jan 23 04:24:05 2018
2+
# Autogenerated by Sphinx on Thu Jul 19 17:54:59 2018
33
topics = {'assert': '\n'
44
'The "assert" statement\n'
55
'**********************\n'

Misc/NEWS.d/3.5.6rc1.rst

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
.. bpo: 33001
2+
.. date: 2018-03-05-10-09-51
3+
.. nonce: elj4Aa
4+
.. release date: 2018-07-19
5+
.. section: Security
6+
7+
Minimal fix to prevent buffer overrun in os.symlink on Windows
8+
9+
..
10+
11+
.. bpo: 32981
12+
.. date: 2018-03-02-10-24-52
13+
.. nonce: O_qDyj
14+
.. section: Security
15+
16+
Regexes in difflib and poplib were vulnerable to catastrophic backtracking.
17+
These regexes formed potential DOS vectors (REDOS). They have been
18+
refactored. This resolves CVE-2018-1060 and CVE-2018-1061. Patch by Jamie
19+
Davis.
20+
21+
..
22+
23+
.. bpo: 33216
24+
.. date: 2018-07-19-00-02-23
25+
.. nonce: YrBgBe
26+
.. section: Documentation
27+
28+
Clarify the documentation for CALL_FUNCTION_VAR, CALL_FUNCTION_KW, and
29+
CALL_FUNCTION_VAR_KW.

Misc/NEWS.d/next/Documentation/2018-07-19-00-02-23.bpo-33216.YrBgBe.rst

Lines changed: 0 additions & 2 deletions
This file was deleted.

Misc/NEWS.d/next/Security/2018-03-02-10-24-52.bpo-32981.O_qDyj.rst

Lines changed: 0 additions & 4 deletions
This file was deleted.

Misc/NEWS.d/next/Security/2018-03-05-10-09-51.bpo-33001.elj4Aa.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)