[issue10532] A bug related to matching the empty string

2010-11-25 Thread Yingjie
Changes by Yingjie : -- type: -> behavior ___ Python tracker <http://bugs.python.org/issue10532> ___ ___ Python-bugs-list mailing list Unsubscri

[issue10532] A bug related to matching the empty string

2010-11-25 Thread Yingjie
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

[issue10531] write tilted text in turtle

2010-11-25 Thread Yingjie
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