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:
parent
11ad4434c7
commit
f97ab9bece
1 changed files with 3 additions and 1 deletions
|
@ -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):
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue