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 eric.araujo, kelsey.hightower, tarek
Date 2011-01-29.18:08:43
SpamBayes Score 0.00040581802
Marked as misclassified No
Message-id <1296324523.9.0.904128925638.issue11058@psf.upfronthosting.co.za>
In-reply-to
Content
The warnings mean that some code is iterating over the string 'setup.py' instead of a list like ['setup.py'].  This message comes from the manifest module, but I don’t know more.

Regarding the bug and proposed patch, I wonder.  This was not needed previously, so why is it now?
History
Date User Action Args
2011-01-29 18:08:43eric.araujosetrecipients: + eric.araujo, tarek, kelsey.hightower
2011-01-29 18:08:43eric.araujosetmessageid: <1296324523.9.0.904128925638.issue11058@psf.upfronthosting.co.za>
2011-01-29 18:08:43eric.araujolinkissue11058 messages
2011-01-29 18:08:43eric.araujocreate