This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Created on 2011-06-10 00:32 by eric.snow, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg138043 - (view) Author: Eric Snow (eric.snow) * (Python committer) Date: 2011-06-10 00:32
I found that the .py files are all 2.x.  If I get a chance I will write up a patch a little later.  This is similar to issue #10224.  Incidently, not having done any documentation work before, I didn't realize that docutils isn't in the stdlib.
msg138104 - (view) Author: Éric Araujo (eric.araujo) * (Python committer) Date: 2011-06-10 16:22
I started to work on this some months ago, so I can review your patch.

Before you start, it’s probably worth asking on python-dev or pydotorg whether the machines that build and host the PEPs have Python 3 installed.  I can ask on your behalf if you don’t feel confident enough to post on python-dev; feel free to reply through the core-mentorship list.
msg264134 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-04-24 22:37
peps repo is now Python 3 compatible. Related commits:

* https://github.com/python/peps/commit/88f9f6da5d51a36d0f6a1bb833a6e8c85763c7d2
* https://github.com/python/peps/commit/3e5cad857053e0c15b2621dae728f32b4099c1a5
History
Date User Action Args
2022-04-11 14:57:18adminsetgithub: 56514
2016-04-24 22:37:06berker.peksagsetstatus: open -> closed

type: compile error -> behavior

nosy: + berker.peksag
messages: + msg264134
resolution: out of date
stage: resolved
2011-06-10 16:22:15eric.araujosetnosy: + eric.araujo
messages: + msg138104
components: + None
2011-06-10 00:32:14eric.snowcreate