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, erik.bray, jkloth, paul.moore, tarek
Date 2012-01-18.15:03:18
SpamBayes Score 0.00032017266
Marked as misclassified No
Message-id <1326898999.64.0.352961027858.issue11805@psf.upfronthosting.co.za>
In-reply-to
Content
I figured it would let people comment on the syntax I propose more easily if I extracted it from the patch.  Here’s the example:

  package_data =
      cheese = data/templates/* doc/*
        doc/images/*.png

We have a package name, equals sign, then specs/globs separated by whitespace, including newlines (without any indent rules for the continuation lines, the code just adds them to the last seen package name if there is no equals sign in the lign).
History
Date User Action Args
2012-01-18 15:03:19eric.araujosetrecipients: + eric.araujo, paul.moore, tarek, jkloth, alexis, erik.bray
2012-01-18 15:03:19eric.araujosetmessageid: <1326898999.64.0.352961027858.issue11805@psf.upfronthosting.co.za>
2012-01-18 15:03:18eric.araujolinkissue11805 messages
2012-01-18 15:03:18eric.araujocreate