New submission from winterTTr <winter...@gmail.com>: I want to list the file with glob . The path( which is a directory ) is contain square bracket as "[ab]xxx" . However , i can't find how to do it rightly with glob .
with the coding : {{{ import glob glob.glob('[ab]xxx' ) }}} and with the path "[ab]xxx" really exits. result : [] Is there a way to do it rightly ? Or it is a bug ? ---------- components: Library (Lib), Regular Expressions, Windows messages: 86648 nosy: winterTTr severity: normal status: open title: can't use "glog" to find the path with square bracket type: resource usage versions: Python 2.5 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5852> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com