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

working on ssl#765

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
mattwang44 merged 16 commits intopython:3.12fromtimmy0123:ssl
Dec 21, 2023
Merged

working on ssl#765

mattwang44 merged 16 commits intopython:3.12fromtimmy0123:ssl
Dec 21, 2023

Conversation

timmy0123
Copy link
Contributor

No description provided.

@mattwang44
Copy link
Collaborator

之後希望不要多開 PR,在同一隻 branch 上修正即可 🙏🏽


#: ../../library/ssl.rst:32
msgid ""
"Don't use this module without reading the :ref:`ssl-security`. Doing so may "
"lead to a false sense of security, as the default settings of the ssl module "
"are not necessarily appropriate for your application."
msgstr ""
"在使用此模組之前,請閱讀\\ :ref:`ssl-security`\\ 。如果不這樣做,可能會產生錯"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

這個 PR 的雙斜線使用並不完全正確,再請麻煩閱讀此頁面後修正。
在這邊的:ref:`ssl-security` 因為對應到的 string 還沒翻譯所以不需要先加上雙斜線,可以先拿掉或者提前先翻譯他對應到的 string (Security considerations)

"socket` 衍生出來的,並且提供類似 socket 的封套資料,讓使用 SSL 進行資料傳輸"
"時,可以進行資料的加密集解密。它也提供了一些額外的語法,如 :meth:"
"`getpeercert` ,用於檢索另一端連結的證書,以及 :meth:`cipher` ,用於檢索用於"
"安全連接的加密算法。"
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

cipher 不是指演算法,該修正成什麼呢?

timmy0123and others added13 commitsDecember 21, 2023 07:55
Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
timmy0123and others added2 commitsDecember 21, 2023 10:49
Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
Co-authored-by: Wei-Hsiang (Matt) Wang <mattwang44@gmail.com>
@mattwang44mattwang44 merged commite49d908 intopython:3.12Dec 21, 2023
@timmy0123timmy0123 deleted the ssl branchDecember 21, 2023 05:38
@timmy0123timmy0123 restored the ssl branchDecember 21, 2023 05:38
@timmy0123timmy0123 deleted the ssl branchDecember 21, 2023 05:39
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@mattwang44mattwang44mattwang44 approved these changes

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@timmy0123@mattwang44

[8]ページ先頭

©2009-2025 Movatter.jp