Introdução às Linguagens de Programação/Python: diferenças entre revisões

Conteúdo apagado Conteúdo adicionado
Linha 57:
 
==Development==
[[Imagem: Python-logo-notext.svg |thumb|right|150px|'' Python'']]''
 
 
Python's development is conducted largely through the Python Enhancement Proposal (PEP) process. PEPs are standardized design documents providing general information related to Python, including proposals, descriptions, design rationales, and explanations for language features. Outstanding PEPs are reviewed and commented upon by Van Rossum, the Python project's Benevolent Dictator for Life (leader / language architect). CPython's developers also communicate over a mailing list, python-dev, which is the primary forum for discussion about the language's development; specific issues are discussed in the Roundup bug tracker maintained at python.org. Development takes place at the self-hosted hg.python.org.