This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients chris.jerdonek, eric.araujo, tarek
Date 2013-01-11.04:45:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357879547.33.0.85093962123.issue16926@psf.upfronthosting.co.za>
In-reply-to
Content
This is in part because register.run() calls self._set_config() after calling self.finalize_options():

http://hg.python.org/cpython/file/680a855ec91e/Lib/distutils/command/register.py#l43

And _set_config() doesn't seem to look at already-finalized options.
History
Date User Action Args
2013-01-11 04:45:47chris.jerdoneksetrecipients: + chris.jerdonek, tarek, eric.araujo
2013-01-11 04:45:47chris.jerdoneksetmessageid: <1357879547.33.0.85093962123.issue16926@psf.upfronthosting.co.za>
2013-01-11 04:45:47chris.jerdoneklinkissue16926 messages
2013-01-11 04:45:47chris.jerdonekcreate