URL: https://linuxfr.org/users/totof2000/journaux/journal-inutile-python-cest-compl%C3%AAtement-pourri-jai-un-exem Title: Journal inutile : Python c'est complêtement pourri, j'ai un exemple Authors: totof2000 Date: 2010年06月01日T21:16:37+02:00 Tags: Score: -27 Avant, en Python on pouvait simplement ouvrir un process comme on ouvre un fichier avec os.popen. Maintenant, semble-t-il, à partir de python 2.4, ce n'est plus possible. Il faut passer par le module subprocess. Et la ça m'agace. [http://docs.python.org/library/subprocess.html#replacing-os-(...)](http://docs.python.org/library/subprocess.html#replacing-os-popen-os-popen2-os-popen3) Je ne vois pas trop l'intérêt d'un tel remplacement. Je n'aimais pas trop python comme ça (sans non plus le détester), mais là il baisse encore d'un cran dans mon estime. Je sais, mon journal est inutil mais je m'en moque. Ca soulage c'est tout (vous étiez prévenu dans le titre).