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 steve.newcomb
Recipients amaury.forgeotdarc, ezio.melotti, mrabarnett, steve.newcomb
Date 2012-09-18.19:44:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347997456.31.0.98214879585.issue15956@psf.upfronthosting.co.za>
In-reply-to
Content
> I preferred the previous example "<id>" because it's not obvious what \042\047 is. 

Yeah, but the example I wrote has an in-pattern backreference and a real reason to use one.

In the attached patch, I have changed [\042\047] to [\'\"].  That's certainly clearer for everyone who has not memorized the ASCII table in octal!  (Oops.)

> And a bullet list would be less heavyweight IMO.

Well... I rejected that choice because there would be no clarifying columnar distinction between contexts and syntaxes.  Personally, I think the table is clearer.  It makes it easier for users to find what they need know.

>(Also please use "diff -u"; without context, the patch cannot be applied automatically)

Oops.  Attached.
History
Date User Action Args
2012-09-18 19:44:16steve.newcombsetrecipients: + steve.newcomb, amaury.forgeotdarc, ezio.melotti, mrabarnett
2012-09-18 19:44:16steve.newcombsetmessageid: <1347997456.31.0.98214879585.issue15956@psf.upfronthosting.co.za>
2012-09-18 19:44:14steve.newcomblinkissue15956 messages
2012-09-18 19:44:13steve.newcombcreate