[Chicago] pydoc -p 6060

Brian Curtin brian at python.org
Mon Jul 22 17:10:55 CEST 2013


On Mon, Jul 22, 2013 at 9:29 AM, Joe Germuska <joe at germuska.com> wrote:
> On Jul 21, 2013, at 8:57 PM, Feihong Hsu <feihong.hsu at gmail.com> wrote:
>
> Wow, this is really useful. Thanks!
>
> Wish the styling wasn't so ugly though.
>
>
> So, given that Python is open source and all, my thought was "hey, can that
> be fixed?"
>
> I honestly am not all that likely to fix it, but I did hunt around a little
> and I realized my ignorance about the overall development process for the
> Python language. And, I figured there are lots of ChiPy folks who could
> enlighten me, so:
>
> Is this the "official" repository to which one would submit changes?
> http://hg.python.org/cpython/file/2.7/Lib/pydoc.py

http://docs.python.org/devguide/ goes over the processes, and yep,
you're looking at the right repo.

However, since any change to the styling would be a new feature rather
than a bug fix, the change would be to the "default" branch in the
repo (the in-progress head of the project, to become 3.4), not on 2.7.


More information about the Chicago mailing list