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 erik.bray
Recipients alexis, eric.araujo, erik.bray, tarek
Date 2011-03-18.16:38:35
SpamBayes Score 5.6594727e-06
Marked as misclassified No
Message-id <1300466317.84.0.72161184259.issue11595@psf.upfronthosting.co.za>
In-reply-to
Content
Attached is a patch that fixes a few miscellaneous bugs in cfg_to_args() that were holding me up. Namely:
 * A bad variable name (file -> path)
 * A few more fields needed to be in MULTI_FIELDS
 * Added support for packages_root -> package_dir conversion

This also adds a unit test for cfg_to_args().
History
Date User Action Args
2011-03-18 16:38:38erik.braysetrecipients: + erik.bray, tarek, eric.araujo, alexis
2011-03-18 16:38:37erik.braysetmessageid: <1300466317.84.0.72161184259.issue11595@psf.upfronthosting.co.za>
2011-03-18 16:38:37erik.braylinkissue11595 messages
2011-03-18 16:38:37erik.braycreate