[issue13865] distutils documentation says Extension has optional argument

2012-02-09 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za 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 rep...@bugs.python.org
http://bugs.python.org/issue13865
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13865] distutils documentation says Extension has optional argument

2012-02-09 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Fixed, cheers!

--
resolution:  - fixed
stage:  - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13865
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13865] distutils documentation says Extension has optional argument

2012-02-03 Thread Éric Araujo

Éric Araujo mer...@netwok.org 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 rep...@bugs.python.org
http://bugs.python.org/issue13865
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13865] distutils documentation says Extension has optional argument

2012-02-03 Thread Éric Araujo

Changes by Éric Araujo mer...@netwok.org:


--
assignee: docs@python - eric.araujo

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13865
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13865] distutils documentation says Extension has optional argument

2012-01-25 Thread Miki Tebeka

New submission from Miki Tebeka miki.teb...@gmail.com:

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, but instead simply not install the 
failing extension.
-

However there not such option, and distutils will complain:

/usr/lib/python2.7/distutils/extension.py:133: UserWarning: Unknown Extension 
options: 'optional'

--
messages: 151974
nosy: tebeka
priority: normal
severity: normal
status: open
title: distutils documentation says Extension has optional argument

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13865
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue13865] distutils documentation says Extension has optional argument

2012-01-25 Thread Miki Tebeka

Changes by Miki Tebeka miki.teb...@gmail.com:


--
assignee:  - docs@python
components: +Documentation
nosy: +docs@python
versions: +Python 2.7

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13865
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com