New submission from Erik Bray <erik.m.b...@gmail.com>: 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(). ---------- assignee: tarek components: Distutils2 files: cfg_to_args.patch keywords: patch messages: 131336 nosy: Erik.Bray, alexis, eric.araujo, tarek priority: normal severity: normal status: open title: Miscellaneous bugs in cfg_to_args() utility function Added file: http://bugs.python.org/file21278/cfg_to_args.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11595> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com