Skip to content

Conversation

xiaochen7
Copy link
Contributor

Format the custom openSSL documentation, removing extra spaces in the following code block

$ curl -O https://www.openssl.org/source/openssl-VERSION.tar.gz $ tar xzf openssl-VERSION $ pushd openssl-VERSION $ ./config \ --prefix=/usr/local/custom-openssl \ --libdir=lib \ --openssldir=/etc/ssl $ make -j1 depend $ make -j8 $ make install_sw $ popd
@bedevere-bot
Copy link

Most changes to Python require a NEWS entry.

Please add it using the blurb_it web app or the blurb command-line tool.

@kumaraditya303 kumaraditya303 requested a review from zware July 22, 2022 17:09
@nanjekyejoannah nanjekyejoannah merged commit 4875433 into python:main Oct 7, 2022
@miss-islington
Copy link
Contributor

Thanks @xiaochen7 for the PR, and @nanjekyejoannah for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11.
🐍🍒⛏🤖

@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Oct 7, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 7, 2022
(cherry picked from commit 4875433) Co-authored-by: Xiao Chen <chenxiao_7@163.com>
@bedevere-bot
Copy link

GH-98007 is a backport of this pull request to the 3.11 branch.

@bedevere-bot
Copy link

GH-98008 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Oct 7, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 7, 2022
(cherry picked from commit 4875433) Co-authored-by: Xiao Chen <chenxiao_7@163.com>
nanjekyejoannah pushed a commit that referenced this pull request Oct 7, 2022
#98007) Remove extra spaces in custom openSSL documentation. (GH-93568) (cherry picked from commit 4875433) Co-authored-by: Xiao Chen <chenxiao_7@163.com> Co-authored-by: Xiao Chen <chenxiao_7@163.com>
nanjekyejoannah pushed a commit that referenced this pull request Oct 7, 2022
#98008) Remove extra spaces in custom openSSL documentation. (GH-93568) (cherry picked from commit 4875433) Co-authored-by: Xiao Chen <chenxiao_7@163.com> Co-authored-by: Xiao Chen <chenxiao_7@163.com>
carljm added a commit to carljm/cpython that referenced this pull request Oct 8, 2022
* main: pythongh-86298: Ensure that __loader__ and __spec__.loader agree in warnings.warn_explicit() (pythonGH-97803) pythongh-82874: Convert remaining importlib format uses to f-str. (python#98005) Docs: Fix backtick errors found by sphinx-lint (python#97998) pythongh-97850: Remove deprecated functions from `importlib.utils` (python#97898) Remove extra spaces in custom openSSL documentation. (python#93568) pythonGH-90985: Revert "Deprecate passing a message into cancel()" (python#97999)
mpage pushed a commit to mpage/cpython that referenced this pull request Oct 11, 2022
pablogsal pushed a commit that referenced this pull request Oct 22, 2022
#98007) Remove extra spaces in custom openSSL documentation. (GH-93568) (cherry picked from commit 4875433) Co-authored-by: Xiao Chen <chenxiao_7@163.com> Co-authored-by: Xiao Chen <chenxiao_7@163.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip issue skip news
6 participants