Can I submit an issue with Python 2.5.6?

2011-11-29 Thread Toshiyuki Ogura
."), 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?

2011-11-29 Thread Toshiyuki Ogura
    # 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