[issue38558] Data Structures documentation out of sync with new Walrus operator

2020-01-19 Thread Adorilson Bezerra


Change by Adorilson Bezerra :


--
pull_requests: +17458
pull_request: https://github.com/python/cpython/pull/16973

___
Python tracker 
<https://bugs.python.org/issue38558>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38057] Docs: source code don't can be translate

2019-09-08 Thread Adorilson Bezerra


Adorilson Bezerra  added the comment:

I'm not using the Sphinx itself. I'm just a translator.

--

___
Python tracker 
<https://bugs.python.org/issue38057>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue38057] Docs: source code don't can be translate

2019-09-08 Thread Adorilson Bezerra

New submission from Adorilson Bezerra :

The source code examples in documentation doesn't can be translated because it 
doesn't included in po files (and after in transifex).

It would be wonderful if we can to translate the code:

class MyClass:
"""A simple example class"""
i = 12345

def f(self):
return 'hello world'

to:

class MinhaClasse:
"""Um exemplo simples de classe"""
i = 12345
def f(self):
return 'olá, mundo'

--
assignee: docs@python
components: Documentation
messages: 351330
nosy: adorilson, docs@python
priority: normal
severity: normal
status: open
title: Docs: source code don't can be translate
type: enhancement
versions: Python 3.8

___
Python tracker 
<https://bugs.python.org/issue38057>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com