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 tim.golden
Recipients akuchling, bochecha, eric.araujo, eric.smith, ezio.melotti, fdrake, kveretennicov, pitrou, r.david.murray, ronaldoussoren, tim.golden
Date 2012-11-05.09:06:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <50978189.6070304@timgolden.me.uk>
In-reply-to <1352105303.13.0.645412338112.issue9584@psf.upfronthosting.co.za>
Content
I'm planning to refactor the tests and the code very slightly. When I've
got a reworked patch I'll ping it back to you to ensure it matches your
intent. IIUC you're implementing comma-separated lists {abc,def} and
nested braces {a{b,c}d,efg} but not ranges {a..z}.
History
Date User Action Args
2012-11-05 09:06:21tim.goldensetrecipients: + tim.golden, fdrake, akuchling, ronaldoussoren, pitrou, eric.smith, kveretennicov, ezio.melotti, eric.araujo, r.david.murray, bochecha
2012-11-05 09:06:21tim.goldenlinkissue9584 messages
2012-11-05 09:06:20tim.goldencreate