You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Há algumas partes que ainda tem compatibilidade com Python2.
Python2.x será oficialmente descontinuado a partir de 01 de Janeiro de 2020, então não é necessário manter compatibilidade com Python legado.
No #223 eu removi o suporte a Python2 do arquivo empresas_generator.py, falta revisar e fazer o mesmo com todos outros arquivos Python do projeto.
Penso que também seja bom atualizar o shebang para #!/usr/bin/env python3 (onde isso fizer sentido). (Explicito é melhor que implícito.)
The text was updated successfully, but these errors were encountered:
Há algumas partes que ainda tem compatibilidade com Python2.
Python2.x será oficialmente descontinuado a partir de 01 de Janeiro de 2020, então não é necessário manter compatibilidade com Python legado.
No #223 eu removi o suporte a Python2 do arquivo
empresas_generator.py
, falta revisar e fazer o mesmo com todos outros arquivos Python do projeto.Penso que também seja bom atualizar o
shebang
para#!/usr/bin/env python3
(onde isso fizer sentido). (Explicito é melhor que implícito.)The text was updated successfully, but these errors were encountered: