saturn ~/tmp/python2.7/public.pault.ag/python> python Python 2.7.5 (default, May 29 2013, 22:31:19) [GCC 4.7.3] on linux2 Type "help", "copyright", "credits" or "license" for more information. >>> import re; re.compile('.*yz', re.S).findall('xyz') ['xyz'] >>>
Thank you! -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org