Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Remove extra spaces in custom openSSL documentation.#93568

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
nanjekyejoannah merged 1 commit intopython:mainfromxiaochen7:extra-spaces
Oct 7, 2022

Conversation

xiaochen7
Copy link
Contributor

Format thecustom 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 Pythonrequire a NEWS entry.

Please add it using theblurb_it web app or theblurb command-line tool.

@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-botbedevere-bot removed the needs backport to 3.11only security fixes labelOct 7, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestOct 7, 2022
(cherry picked from commit4875433)Co-authored-by: Xiao Chen <chenxiao_7@163.com>
@bedevere-bot
Copy link

GH-98007 is a backport of this pull request to the3.11 branch.

@bedevere-bot
Copy link

GH-98008 is a backport of this pull request to the3.10 branch.

@bedevere-botbedevere-bot removed the needs backport to 3.10only security fixes labelOct 7, 2022
miss-islington pushed a commit to miss-islington/cpython that referenced this pull requestOct 7, 2022
(cherry picked from commit4875433)Co-authored-by: Xiao Chen <chenxiao_7@163.com>
nanjekyejoannah pushed a commit that referenced this pull requestOct 7, 2022
#98007)Remove extra spaces in custom openSSL documentation. (GH-93568)(cherry picked from commit4875433)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 requestOct 7, 2022
#98008)Remove extra spaces in custom openSSL documentation. (GH-93568)(cherry picked from commit4875433)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 requestOct 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 requestOct 11, 2022
pablogsal pushed a commit that referenced this pull requestOct 22, 2022
#98007)Remove extra spaces in custom openSSL documentation. (GH-93568)(cherry picked from commit4875433)Co-authored-by: Xiao Chen <chenxiao_7@163.com>Co-authored-by: Xiao Chen <chenxiao_7@163.com>
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@AA-TurnerAA-TurnerAA-Turner approved these changes

@kumaraditya303kumaraditya303kumaraditya303 approved these changes

@zwarezwareAwaiting requested review from zware

Assignees
No one assigned
Labels
docsDocumentation in the Doc dirskip issueskip news
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

6 participants
@xiaochen7@bedevere-bot@miss-islington@AA-Turner@kumaraditya303@nanjekyejoannah

[8]ページ先頭

©2009-2025 Movatter.jp