Skip to content

Commit 1ce1266

Browse files
committed
formatting
1 parent 350fb82 commit 1ce1266

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1062,6 +1062,7 @@
10621062
# Only the individual posts are published/deployed; not in indexes/sitemap
10631063
# Generally, you want FUTURE_IS_NOW and DEPLOY_FUTURE to be the same value.
10641064
# DEPLOY_FUTURE = False
1065+
DEPLOY_FUTURE = True
10651066
# If False, draft posts will not be deployed
10661067
# DEPLOY_DRAFTS = True
10671068

posts/2021/05/pypy-v735-release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ ongoing work, and helping us find the source of these problems.
3131
- Delay thread-checking logic in greenlets until the thread is actually started
3232
(continuation of issue 3441_)
3333
- Four upstream (CPython) security patches were applied:
34+
3435
- `BPO 42988`_ to remove ``pydoc.getfile``
3536
- `BPO 43285`_ to not trust the ``PASV`` response in ``ftplib``.
3637
- `BPO 43075`_ to remove a possible ReDoS in urllib AbstractBasicAuthHandler
@@ -40,7 +41,6 @@ ongoing work, and helping us find the source of these problems.
4041
- Fix for json-specialized dicts (issue 3460_)
4142
- Specialize ``ByteBuffer.setslice`` which speeds up binary file reading by a
4243
factor of 3
43-
4444
- When assigning the full slice of a list, evaluate the rhs before clearing the
4545
list (issue 3440_)
4646
- On Python2, ``PyUnicode_Contains`` accepts bytes as well as unicode.

0 commit comments

Comments
 (0)