[issue9223] distutils Command docs linking

2011-05-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset db60dee0019b by Éric Araujo in branch '2.7': Backport doc improvements for distutils.cmd.Command (#9223). http://hg.python.org/cpython/rev/db60dee0019b -- nosy: +python-dev ___ Python tracker

[issue9223] distutils Command docs linking

2010-07-11 Thread anatoly techtonik
anatoly techtonik added the comment: Eric, think about people who will be porting old code from distutils. They need to understand the behavior of distutils even if you'd like to force them to rewrite the logic for distutils2 from scratch. -- ___ P

[issue9223] distutils Command docs linking

2010-07-11 Thread Georg Brandl
Georg Brandl added the comment: Thanks, should be fixed in r82806. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue9223] distutils Command docs linking

2010-07-11 Thread Éric Araujo
Éric Araujo added the comment: Note for someone wanting to propose a patch: distutils is in the process of being improved and cleaned up as distutils2. Improving the documentation is part of the process. Adding cross-links in the existing docs is okay, but I’d recommend against using too much

[issue9223] distutils Command docs linking

2010-07-11 Thread anatoly techtonik
Changes by anatoly techtonik : -- nosy: +d...@python ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

[issue9223] distutils Command docs linking

2010-07-11 Thread anatoly techtonik
Changes by anatoly techtonik : -- components: +Documentation versions: +Python 2.7, Python 3.2 ___ Python tracker ___ ___ Python-bugs-l

[issue9223] distutils Command docs linking

2010-07-11 Thread anatoly techtonik
New submission from anatoly techtonik : There are a couple of chapters about implementing a command in distutils docs that should be linked together. http://docs.python.org/distutils/extending.html#extending-distutils should link to http://docs.python.org/distutils/apiref.html#distutils.cmd.Co