ah bah là effectivement... peut pas dire grand chose...
étrange que le keyword « True » n'existe pas cependant. un simple python en console où on tape : « a = True » sans rien importer doit marcher.
:~$ python
Python 2.3.3 (#2, Jan 13 2004, 00:47:05)
[GCC 3.3.3 20040110 (prerelease) (Debian)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> a = True
>>>
[^] # Re: bittorrent 3.4.1
Posté par Julien Portalier . En réponse au journal bittorrent 3.4.1. Évalué à 1.
étrange que le keyword « True » n'existe pas cependant. un simple python en console où on tape : « a = True » sans rien importer doit marcher.
:~$ python
Python 2.3.3 (#2, Jan 13 2004, 00:47:05)
[GCC 3.3.3 20040110 (prerelease) (Debian)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> a = True
>>>