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 eric.araujo
Recipients alexis, eric.araujo, rhettinger, srid, tarek
Date 2011-03-21.01:13:21
SpamBayes Score 7.3338515e-06
Marked as misclassified No
Message-id <1300670002.11.0.767461669676.issue9306@psf.upfronthosting.co.za>
In-reply-to
Content
I’m inclined to reject the bug: http://docs.python.org/distutils/apiref#distutils.core.setup clearly says that the argument should be a dictionary.  The code in pyreadline should set it to an empty dict instead of None.  While it can be argued that providing clearly helpful messages is a service for our users, especially given that people writing setup scripts may be beginners, it seems to me that adding type checking would not be the Python way.  Raymond, what do you think?
History
Date User Action Args
2011-03-21 01:13:22eric.araujosetrecipients: + eric.araujo, rhettinger, tarek, srid, alexis
2011-03-21 01:13:22eric.araujosetmessageid: <1300670002.11.0.767461669676.issue9306@psf.upfronthosting.co.za>
2011-03-21 01:13:21eric.araujolinkissue9306 messages
2011-03-21 01:13:21eric.araujocreate