Re: [Python-ideas] PEP: Python Documentation Translations

2017-03-22 Thread Julien Palard via Python-ideas
Hi Nick, My one request for clarification would be whether or not there would be redirects back to the /en/ versions in place when there is no translation for a particular version (e.g. the older security-fix only branches). I'm not sure it matters all that much either way, but the PEP should b

Re: [Python-ideas] PEP: Python Documentation Translations

2017-03-22 Thread Brett Cannon
On Wed, 22 Mar 2017 at 07:06 Terry Reedy wrote: > On 3/21/2017 9:18 PM, Victor Stinner wrote: > >> Contributor Agreement > >> ' > >> > >> Contributions to translated documentation will be requested to sign the > >> Python Contributor Agreement (CLA): > >> > >> https://www.pyth

Re: [Python-ideas] PEP: Python Documentation Translations

2017-03-22 Thread Stephen J. Turnbull
INADA Naoki writes: > On Wed, Mar 22, 2017 at 10:18 AM, Victor Stinner > wrote: > >> Contributor Agreement > >> ' > >> > >> Contributions to translated documentation will be requested to sign the > >> Python Contributor Agreement (CLA): > >> > >> https://www.python.org

Re: [Python-ideas] PEP: Python Documentation Translations

2017-03-22 Thread Terry Reedy
On 3/21/2017 9:18 PM, Victor Stinner wrote: Contributor Agreement ' Contributions to translated documentation will be requested to sign the Python Contributor Agreement (CLA): https://www.python.org/psf/contrib/contrib-form/ I'm not sure about this requirement, but I'm no

Re: [Python-ideas] Third party module in standard library

2017-03-22 Thread Jim F.Hilliard
You might be interested in reading [1] for inclusion of new modules. A discussion on inclusion of requests has already been made [2] so you might want to take a look there too, I wouldn't be surprised if there's an old thread on python-ideas somewhere for requests. For xmltodict, I have no idea :-

[Python-ideas] Third party module in standard library

2017-03-22 Thread George Fischhof
Hi Guys, I would like to ask You: What is the process to propose a module to be part of the standard library? I would like to propose the following modules: requests https://pypi.python.org/pypi/requests and xmltodict https://pypi.python.org/pypi/xmltodict Both of them makes the life easier, an

Re: [Python-ideas] PEP: Python Documentation Translations

2017-03-22 Thread INADA Naoki
On Wed, Mar 22, 2017 at 10:18 AM, Victor Stinner wrote: >> Contributor Agreement >> ' >> >> Contributions to translated documentation will be requested to sign the >> Python Contributor Agreement (CLA): >> >> https://www.python.org/psf/contrib/contrib-form/ > > I'm not sure abo

Re: [Python-ideas] PEP: Python Documentation Translations

2017-03-22 Thread Nick Coghlan
On 22 March 2017 at 08:05, Julien Palard via Python-ideas < python-ideas@python.org> wrote: > Hi, > > Here is the follow-up to the "Translated Python documentation" thread on > python-dev [1]_, as a PEP describing the steps to make Python Documentation > Translation official on accessible on docs.