[issue13716] distutils doc contains lots of XXX

2012-02-25 Thread Éric Araujo
Éric Araujo added the comment: Done. -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed type: behavior -> enhancement ___ Python tracker __

[issue13716] distutils doc contains lots of XXX

2012-02-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset e853ea9efc6e by Éric Araujo in branch '2.7': Hide or remove user-visible XXX notes from distutils doc (#13716). http://hg.python.org/cpython/rev/e853ea9efc6e -- ___ Python tracker

[issue13716] distutils doc contains lots of XXX

2012-02-05 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3d25869fce0c by Éric Araujo in branch '3.2': Hide or remove user-visible XXX notes from distutils doc (#13716). http://hg.python.org/cpython/rev/3d25869fce0c New changeset 1cb9b8126534 by Éric Araujo in branch 'default': Merge edits from 3.2 (#1371

[issue13716] distutils doc contains lots of XXX

2012-01-07 Thread Florent Xicluna
Florent Xicluna added the comment: The proposed solution is ok. It sounds like unfinished documentation when you hit an "XXX". For the "/dev/" documentation, it's OK, but for the released version, we should avoid it. -- ___ Python tracker

[issue13716] distutils doc contains lots of XXX

2012-01-07 Thread Georg Brandl
Georg Brandl added the comment: Agreed. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue13716] distutils doc contains lots of XXX

2012-01-07 Thread Éric Araujo
Éric Araujo added the comment: These are the XXX: XXX true? does ANSI say anything about this? XXX defaults to what? XXX see also. XXX see also. XXX see also. XXX see also. XXX see also. The first two are questions that can be answered, and when I research them for the packaging

[issue13716] distutils doc contains lots of XXX

2012-01-07 Thread Georg Brandl
Georg Brandl added the comment: I would make comments out of the XXX, and if a whole section is just that XXX, remove the section as well. -- nosy: +georg.brandl ___ Python tracker ___

[issue13716] distutils doc contains lots of XXX

2012-01-06 Thread Éric Araujo
Éric Araujo added the comment: Tarek ruled that time spent improving the distutils docs was time lost and better spent on distutils2. Accordingly, I only fix clear bugs in the doc but don’t improve them in any way. I’m inclined to close this as wontfix, or I can remove the XXX if you’re str

[issue13716] distutils doc contains lots of XXX

2012-01-05 Thread Florent Xicluna
Changes by Florent Xicluna : -- nosy: +eric.araujo, tarek versions: +Python 3.2, Python 3.3 ___ Python tracker ___ ___ Python-bugs-lis

[issue13716] distutils doc contains lots of XXX

2012-01-05 Thread Florent Xicluna
New submission from Florent Xicluna : http://docs.python.org/distutils/apiref.html?highlight=XXX#module-distutils.ccompiler We find lots of "XXX" and "XXX see also." which give no information. -- assignee: docs@python components: Documentation messages: 150683 nosy: docs@python, flox pr