[issue1068477] linecache.py::updatecache strips directory info from files

2009-05-05 Thread Georg Brandl
Georg Brandl added the comment: Setting #1309567 as superseder. -- nosy: +georg.brandl ___ Python tracker ___ ___ Python-bugs-list

[issue1068477] linecache.py::updatecache strips directory info from files

2009-05-05 Thread Georg Brandl
Changes by Georg Brandl : -- dependencies: -linecache module returns wrong results resolution: -> duplicate status: open -> closed superseder: -> linecache module returns wrong results ___ Python tracker _

[issue1068477] linecache.py::updatecache strips directory info from files

2009-04-25 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed in py3k and trunk as AMK describes it, fixed by the patch in issue 1309567. -- dependencies: +linecache module returns wrong results nosy: +ajaksu2 type: -> behavior ___ Python tracker

[issue1068477] linecache.py::updatecache strips directory info from files

2008-06-30 Thread Hans Ulrich Niedermann
Hans Ulrich Niedermann <[EMAIL PROTECTED]> added the comment: The following issues appear to be the same bug to me: http://bugs.python.org/issue1068477 http://bugs.python.org/issue1309567 http://bugs.python.org/issue1754483 and are, as of 2008-06-30, unfixed in both rel25-maint and tru