[issue1534764] sys.path gets munged with certain directory structures

2009-03-30 Thread Brett Cannon
Brett Cannon added the comment: I can't reproduce this. Closing as out of date. Plus having an import fail because you shadow a built-in is not a bug. -- resolution: -> out of date status: open -> closed ___ Python tracker

[issue1534764] sys.path gets munged with certain directory structures

2009-02-11 Thread Daniel Diniz
Daniel Diniz added the comment: Reproduced on trunk, needed unsetting PYTHONPATH. A test case with os.mkdir, chdir, etc. would be great. -- nosy: +ajaksu2 stage: -> test needed type: -> behavior ___ Python tracker

[issue1534764] sys.path gets munged with certain directory structures

2009-02-10 Thread Daniel Diniz
Changes by Daniel Diniz : -- assignee: -> brett.cannon nosy: +brett.cannon ___ Python tracker ___ ___ Python-bugs-list mailing list