Can I submit an issue with Python 2.5.6?
."), re.VERBOSE)) Can I submit the issue at bugs.python.org? I think many people are still using Python 2.5 because of Google App Engine and fixing bugs with 2.5 is still helpful. Toshiyuki Ogura -- http://mail.python.org/mailman/listinfo/python-list
RE: Can I submit an issue with Python 2.5.6?
# and end with the name of the file. + pat = r'''^.*(\/\.)[\ ]*[\n\r]*$ ''' self.assert_(re.match(pat, getstatus("/."), re.VERBOSE)) Toshiyuki Ogura -- http://mail.python.org/mailman/listinfo/python-list