commit | e2a902c66900d313704da1a0860c0c6e11fbab8a | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun Jan 06 14:17:36 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Sun Jan 06 14:17:36 2008 +0000 |
tree | 639cf3ed7510289516413425626ab4c3f1062eca | |
parent | 94da1d6a21ad2205e70186c1ce0b46849305f755 [diff] |
#1696393: don't check for '.' and '..' in ntpath.walk since they aren't returned from os.listdir anymore. Reported by Michael Haggerty.