]> granicus.if.org Git - python/commit
Issue #13739: In os.listdir(), rewind the directory stream (so that listdir()
authorCharles-François Natali <neologix@free.fr>
Sun, 8 Jan 2012 17:34:06 +0000 (18:34 +0100)
committerCharles-François Natali <neologix@free.fr>
Sun, 8 Jan 2012 17:34:06 +0000 (18:34 +0100)
commit7546ad327d8aff40314154650d9540cd396a2678
tree3d9f4aab8a88410d4efdd062d569735c230bfc42
parent94f6fa62bf111916a44e336c25deeac2c490ec98
Issue #13739: In os.listdir(), rewind the directory stream (so that listdir()
can be called again on the same open file).
Lib/test/test_posix.py
Modules/posixmodule.c