]> granicus.if.org Git - python/commit
#1696393: don't check for '.' and '..' in ntpath.walk since
authorGeorg Brandl <georg@python.org>
Sun, 6 Jan 2008 14:17:36 +0000 (14:17 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 6 Jan 2008 14:17:36 +0000 (14:17 +0000)
commite2a902c66900d313704da1a0860c0c6e11fbab8a
tree639cf3ed7510289516413425626ab4c3f1062eca
parent94da1d6a21ad2205e70186c1ce0b46849305f755
#1696393: don't check for '.' and '..' in ntpath.walk since
they aren't returned from os.listdir anymore.
Reported by Michael Haggerty.
Lib/ntpath.py