Changes by Yingjie :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue10532>
___
___
Python-bugs-list mailing list
Unsubscri
New submission from Yingjie :
Here are some puzzling results I have got (I am using Python 3, I suppose
similar results for python 2).
When I do the following, I got an exception:
>>> re.findall('(d*)*', 'adb')
>>> re.findall('((d)*)*', 'adb
New submission from Yingjie :
First of all, I'd like to express my deep gratidute to the author of this
module, it is such a fun module to work with and to teach python as a first
programming language.
Secondly, I would like to request a feature if it is not too hard to achieve.
Curr