Bug#956046: [Python-modules-team] Bug#956046: python3-pycryptodome: SyntaxWarning: "is" with a literal

2020-04-06 Thread Emmanuel Arias
Hi, I've just push to salsa a new upstream release (3.9.7) that fix this warning. Cheers, Arias Emmanuel @eamanu http://eamanu.com El lun., 6 de abr. de 2020 a la(s) 13:18, Gabriele Stilli (superenz...@libero.it) escribió: > > Package: python3-pycryptodome > Version: 3.6.1-3 > > Hello, > > on co

Bug#956046: python3-pycryptodome: SyntaxWarning: "is" with a literal

2020-04-06 Thread Gabriele Stilli
Package: python3-pycryptodome Version: 3.6.1-3 Hello, on config, a Python script in python3-pycryptodome spits out a warning: /usr/lib/python3/dist-packages/Cryptodome/SelfTest/Random/test_random.py:103: SyntaxWarning: "is" with a literal. Did you mean "=="? if sys.version_info[0] is 3: Regar