Retourner au contenu associé (journal : Journal inutile : Python c'est complêtement pourri, j'ai un exemple)
Posté par Jean B le 03 juin 2010 à 10:12. En réponse au journal Journal inutile : Python c'est complêtement pourri, j'ai un exemple. Évalué à 1.
$ python2.5 -c 'as = 42' <string>:1: Warning: 'as' will become a reserved keyword in Python 2.6 $ python2.4 -c 'as = 42' $
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
[^] # Re: Enfer et damnation !
Posté par Jean B . En réponse au journal Journal inutile : Python c'est complêtement pourri, j'ai un exemple. Évalué à 1.
$ python2.5 -c 'as = 42'
<string>:1: Warning: 'as' will become a reserved keyword in Python 2.6
$ python2.4 -c 'as = 42'
$