[issue6341] io.path.ismount gives local variable 'p' referenced before assignment error on Windows versions (ntpath.py)

2009-06-25 Thread Georgios Moralis
New submission from Georgios Moralis g.mwra...@gmail.com: It returns with the following error: UnboundLocalError: local variable 'p' referenced before assignment Example causing this: --- CODE FOLLOWS --- import os def show_cwd_list(): alpha = os.listdir(os.getcwd()) for dirnm in

[issue6341] io.path.ismount gives local variable 'p' referenced before assignment error on Windows versions (ntpath.py)

2009-06-25 Thread Jerry Chen
Jerry Chen je...@3rdengine.com added the comment: Duplicate of http://bugs.python.org/issue5595 Fixed in r70676 -- nosy: +jcsalterego ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6341 ___

[issue6341] io.path.ismount gives local variable 'p' referenced before assignment error on Windows versions (ntpath.py)

2009-06-25 Thread R. David Murray
Changes by R. David Murray rdmur...@bitdance.com: -- resolution: - duplicate status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6341 ___