スポンサードサーチ
Pythonは、オランダ生まれのスクリプト言語です。
コードブロックを字下げ(インデント)で表現する文法が特徴で、可読性が高いコードをコンパクトに記述できることから、プログラミング教育や初心者向けのプログラミング言語としても多く使われています。
また、最近では機械学習やデータ分析の領域で使われる事も多くなっていますが、このPythonのPython 3.7.8とバグ修正版のPython 3.7が2020年6月28日にリリースされました。
Python 3.7.8が最後のバグフィックス
リリースファイル、変更ログへのリンク、および詳細については、以下を参照してください。
https://www.python.org/downloads/release/python-378/
Note that Python 3.8 is now the latest feature release series of Python 3. After two years of quarterly 3.7.x bugfix releases and with the successful release and adoption of Python 3.8 over the last year, 3.7.8 is expected to be the last bugfix release in the 3.7 series.
Python Insider:Python 3.7.8 and 3.6.11 now available – last 3.7.x bugfix release
Python 3.8がPython 3の最新の機能リリースシリーズになっていますが、この1年間でPython 8のリリースが順調に成功したこともあり、Python 3.7.8が最後のバグフィックスリリースとなる予定です。
You should consider upgrading to 3.8 as soon as practical.
Python Insider:Python 3.7.8 and 3.6.11 now available – last 3.7.x bugfix release
できるだけ早く3.8へのアップグレードを検討してください。
Following our release support policy, after 3.7.8 we plan to provide security fixes for 3.7 as needed until mid-year 2023, five years after its initial release.
Python Insider:Python 3.7.8 and 3.6.11 now available – last 3.7.x bugfix release
リリースサポートポリシーに従い、Python 3.7.8 以降は、最初のリリースから5年後の2023年半ばまでは、必要に応じてPython 3.7の セキュリティフィックスを提供される予定です。
In addition to 3.7.8, the lastest security fix rollup for Python 3.6, 3.6.11, is also now available.
Python Insider:Python 3.7.8 and 3.6.11 now available – last 3.7.x bugfix release
Python 3.7.8用の最新のセキュリティフィックスプログラムの修正プログラムに加え、Python 3.6、3.6.11も利用できるようになりました。
You can download its source release here:
Python Insider:Python 3.7.8 and 3.6.11 now available – last 3.7.x bugfix release
https://www.python.org/downloads/release/python-3611/
ソースはこちらからダウンロードできます。
スポンサードサーチ