Skip to content

What's New In Python 3.7の概要に見つけた、原文の消し忘れ #999

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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ftnext opened this issue Jan 26, 2025 · 2 comments
Open

Comments

@ftnext
Copy link
Contributor

ftnext commented Jan 26, 2025

概要

dict オブジェクトの挿入順序を保存するという性質が、公式に Python 言語仕様の一部であると 宣言されました (`has been declared)。

問題のある箇所 (URLで指定すること)

https://docs.python.org/ja/3/whatsnew/3.7.html#summary-release-highlights

問題の詳細

「 (`has been declared)」は英語原文の消し忘れのように思われました

https://docs.python.org/3/whatsnew/3.7.html#summary-release-highlights より

the insertion-order preservation nature of dict objects has been declared to be an official part of the Python language spec.

修正案

dict オブジェクトの挿入順序を保存するという性質が、公式に Python 言語仕様の一部であると 宣言されました

@ftnext
Copy link
Contributor Author

ftnext commented Jan 26, 2025

https://app.transifex.com/python-doc/python-newest/translate/#ja/whatsnew--3_7/327043180
「 (`has been declared)」が登場する前の訳を選択して戻しました。
反映待ちです

@ftnext
Copy link
Contributor Author

ftnext commented Feb 2, 2025

反映されました
Image

「宣言されました」がリンク切れになってしまっているので対応が必要です
AS IS: https://docs.python.org/ja/3/whatsnew/hasbeendeclared (404 Not Found)
TO BE: 英語にならうと https://mail.python.org/pipermail/python-dev/2017-December/151283.html へのリンクになります

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant