1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-03 20:55:51 +02:00

2to3: update Portuguese Brazilian translation (#14401)

* Update broken link and adds a deprecated warning message. 
The PT-BR translation was missing the deprecated warning for the 2to3 lib, which has been deprecated since python 3.11 and removed on 3.13.

* Fix markdown formating issue
This commit is contained in:
Johnny Wellington 2024-10-27 10:28:36 -03:00 committed by GitHub
parent 11ad4434c7
commit f97ab9bece
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,7 +1,9 @@
# 2to3
> Conversão automática de código Python 2 para Python 3.
> Mais informações: <https://docs.python.org/3/library/2to3.html>.
> Esse módulo foi depreciado no Python 3.11 e foi removido na versão 3.13.
> Referência: <https://github.com/python/cpython/blob/8d42e2d915c3096e7eac1c649751d1da567bb7c3/Doc/whatsnew/3.13.rst?plain=1#L188>.
> Mais informações: <https://manned.org/2to3>.
- Mostra as alterações que seriam feitas sem faze-las de fato (simulação):