[Python-Dev] Summary of Python tracker Issues

2009-07-17 Thread Python tracker
ACTIVITY SUMMARY (07/10/09 - 07/17/09) Python tracker at http://bugs.python.org/ To view or respond to any of the issues listed below, click on the issue number. Do NOT respond to this message. 2255 open (+32) / 16072 closed (+15) / 18327 total (+47) Open issues with patches: 892 Average

[Python-Dev] Experiment: Adding "re" to string objects.

2009-07-17 Thread Sean Reifschneider
I'm mailing this to python-dev because I'd like feedback on the idea of adding an "re" attribute to strings. I'm not sure if it's a good idea or not yet, but I figure it's worth discussion. The module mentioned here includes a class called "restr()" which allows you to play with "s.re". As some

Re: [Python-Dev] Experiment: Adding "re" to string objects.

2009-07-17 Thread Aahz
On Fri, Jul 17, 2009, Sean Reifschneider wrote: > > I'm mailing this to python-dev because I'd like feedback on the idea of > adding an "re" attribute to strings. I'm not sure if it's a good idea or > not yet, but I figure it's worth discussion. The module mentioned here > includes a class called

Re: [Python-Dev] Experiment: Adding "re" to string objects.

2009-07-17 Thread MRAB
Sean Reifschneider wrote: I'm mailing this to python-dev because I'd like feedback on the idea of adding an "re" attribute to strings. I'm not sure if it's a good idea or not yet, but I figure it's worth discussion. The module mentioned here includes a class called "restr()" which allows you to