Re: Possible PEP Submission

2013-12-09 Thread Terry Reedy
On 12/9/2013 3:36 PM, Logan Collins wrote: Just checking whether 1) a PEP is the proper place for this No, not needed. If, after discussion here (or python-ideas), such a change would only need a tracker issue. and 2) what y'all think about it. I would like to propose a change to the the

Re: Possible PEP Submission

2013-12-09 Thread MRAB
On 09/12/2013 20:36, Logan Collins wrote: Just checking whether 1) a PEP is the proper place for this and 2) what y'all think about it. I would like to propose a change to the the 're' standard library to support iterables. So, something like the following would work: import re text = """hello

Re: Possible PEP Submission

2013-12-09 Thread Tim Chase
On 2013-12-09 14:36, Logan Collins wrote: > Just checking whether 1) a PEP is the proper place for this and 2) > what y'all think about it. > > I would like to propose a change to the the 're' standard library to > support iterables. > > So, something like the following would work: > > import re

Possible PEP Submission

2013-12-09 Thread Logan Collins
Just checking whether 1) a PEP is the proper place for this and 2) what y'all think about it. I would like to propose a change to the the 're' standard library to support iterables. So, something like the following would work: import re text = """hello user hello user hello user""" users = ["Bo