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 jlove
Recipients alexis, eric.araujo, jlove, tarek
Date 2011-09-24.01:27:47
SpamBayes Score 3.4465697e-07
Marked as misclassified No
Message-id <1316827670.35.0.719480729126.issue11751@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry, it's been sitting at the bottom of my starred list for months, the prospect of reloading context always making it a little less attractive than something else.  I turned out I had to update to even have 'packaging'

Error was caused by an actual change in behavior - I was testing the argument-check by providing an action with no argument.  The new code assumes a single 'word' is a filename, and translates it to include, eg. 'include include' which then passes the parse.

I modified the Manifest to test against the list of actions, since this makes it harder for users to make a mistake.  Of course we could just drop the test, or only check multi-argument actions.
History
Date User Action Args
2011-09-24 01:27:50jlovesetrecipients: + jlove, tarek, eric.araujo, alexis
2011-09-24 01:27:50jlovesetmessageid: <1316827670.35.0.719480729126.issue11751@psf.upfronthosting.co.za>
2011-09-24 01:27:49jlovelinkissue11751 messages
2011-09-24 01:27:48jlovecreate