#pragma section-numbers off [[TableOfContents]] = 概要 = = 公式サイト = = 関連サイト = = インストール = = 設定 = = 利用方法 = = Python2 への backport = 「backports」で pypi を検索するといくつか出てくるはず。 * [https://pypi.python.org/pypi/backports.inspect backports.inspect]:Python3 の inspect * [https://pypi.python.org/pypi/functools32 functools32]:Python3.2 の functools module * [https://pypi.python.org/pypi/futures futures]:Python3.2 の concurrent.futures package * [https://pypi.python.org/pypi/backports.datetime_timestamp backports.datetime_timestamp]:Python 3.3 の datetime.timestamp() * [https://pypi.python.org/pypi/backports.lzma backports.lzma]:Python3.3 の lzma * [https://pypi.python.org/pypi/enum34 enum34]:Python3.4 の enum * [https://pypi.python.org/pypi/backports.pbkdf2 backports.pbkdf2]:Python3.4 の hashlib.pbkdf2_hmac * [https://pypi.python.org/pypi/backports.ssl_match_hostname backports.ssl_match_hostname]:Python3.4 の ssl.match_hostname() * [http://pkgs.fedoraproject.org/cgit/python.git/commit/?id=833dc39f61926c2fb84d9880dd43c81aab1479ec python.git - python Backport ssl module from python3] = 参考サイト = [http://lucumr.pocoo.org/2010/2/11/porting-to-python-3-a-guide Porting to Python 3 — A Guide » Armin Ronacher] ---- CategoryPython