[issue13865] distutils documentation says Extension has "optional" argument

2012-02-09 Thread Éric Araujo
Éric Araujo added the comment: Fixed, cheers! -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue13865] distutils documentation says Extension has "optional" argument

2012-02-09 Thread Roundup Robot
Roundup Robot added the comment: New changeset cf1c466ee9e0 by Éric Araujo in branch '2.7': distutils 2.7’s Extension does not support optional (#13865). http://hg.python.org/cpython/rev/cf1c466ee9e0 -- nosy: +python-dev ___ Python tracker

[issue13865] distutils documentation says Extension has "optional" argument

2012-02-03 Thread Éric Araujo
Changes by Éric Araujo : -- assignee: docs@python -> eric.araujo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue13865] distutils documentation says Extension has "optional" argument

2012-02-03 Thread Éric Araujo
Éric Araujo added the comment: It was me who ported that doc change from 3.2, but distutils in 2.7 does not provide that feature. Thanks for catching it, I’ll revert the commit when I get the chance. -- nosy: +eric.araujo ___ Python tracker

[issue13865] distutils documentation says Extension has "optional" argument

2012-01-25 Thread Miki Tebeka
Changes by Miki Tebeka : -- assignee: -> docs@python components: +Documentation nosy: +docs@python versions: +Python 2.7 ___ Python tracker ___ _

[issue13865] distutils documentation says Extension has "optional" argument

2012-01-25 Thread Miki Tebeka
New submission from Miki Tebeka : The Extension documentation says: 2.3.5. Other options There are still some other options which can be used to handle special cases. The optional option is a boolean; if it is true, a build failure in the extension will not abort the build process, bu