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 pitrou
Recipients dwt, eric.snow, ezio.melotti, mrabarnett, pitrou, rhettinger, terry.reedy
Date 2011-12-22.21:20:09
SpamBayes Score 0.00147918
Marked as misclassified No
Message-id <1324588766.3331.0.camel@localhost.localdomain>
In-reply-to <1324586983.72.0.511673370388.issue13592@psf.upfronthosting.co.za>
Content
> I'm just adding this to the regex module and I've come up against a
> possible issue. The regex module supports named lists, which could be
> very big. Should the entire contents of those lists also be shown in
> the repr?They would have to be if the repr is to be a eval-able.

I don't see how eval()able repr is a big deal. Most reprs aren't, and I
think a readable and informative representation is the real goal.
History
Date User Action Args
2011-12-22 21:20:09pitrousetrecipients: + pitrou, rhettinger, terry.reedy, ezio.melotti, mrabarnett, eric.snow, dwt
2011-12-22 21:20:09pitroulinkissue13592 messages
2011-12-22 21:20:09pitroucreate