We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
dict オブジェクトの挿入順序を保存するという性質が、公式に Python 言語仕様の一部であると 宣言されました (`has been declared)。
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 言語仕様の一部であると 宣言されました。
The text was updated successfully, but these errors were encountered:
https://app.transifex.com/python-doc/python-newest/translate/#ja/whatsnew--3_7/327043180 「 (`has been declared)」が登場する前の訳を選択して戻しました。 反映待ちです
Sorry, something went wrong.
反映されました
「宣言されました」がリンク切れになってしまっているので対応が必要です 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 へのリンクになります
No branches or pull requests
概要
問題のある箇所 (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 text was updated successfully, but these errors were encountered: