Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私の Ubuntu 12.04 ストック python インストールには、コードを Python 3.x に変換するための 2 つのプログラムが2to3-2.7あり2to3-3.1ます。違いは何ですか?
2to3-2.7
2to3-3.1
どちらも 2to3 ですが、一方は Python 2.7 インストールの一部であり、もう一方は Python 3.1 インストールの一部です。
Python XY インストールの bin ディレクトリを見ると、各 foo 実行可能ファイルにも foo-XY という名前が付けられているため、特定のバージョンを名前で実行できます。