** Changed in: python
Status: Unknown => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/70902
Title:
pydoc logging traceback
To manage notifications about this bug go to:
https:/
** Bug watch added: Python Roundup #1309567
http://bugs.python.org/issue1309567
** Changed in: python
Remote watch: SourceForge.net Tracker #1754483 => Python Roundup #1309567
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https:
** Branch linked: lp:ubuntu/python2.5
--
pydoc logging traceback
https://bugs.launchpad.net/bugs/70902
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mai
this bug was resolved in python2.5 2.5.1-5ubuntu1:
python2.5 (2.5.1-5ubuntu1) gutsy; urgency=low
* Fix handling of packages in linecache.py (Kevin Goodsell). LP: #70902.
* Bump debhelper to v5.
-- Matthias Klose <[EMAIL PROTECTED]> Fri, 17 Aug 2007 11:49:16 +0200
** Changed in: python-de
** Bug watch added: SourceForge.net Tracker #1754483
http://sourceforge.net/support/tracker.php?aid=1754483
** Also affects: python (upstream) via
http://sourceforge.net/support/tracker.php?aid=1754483
Importance: Unknown
Status: Unknown
** Tags added: upstream
** Changed in: pyt
This appears to be a long-standing problem in the standard linecache
module. It doesn't handle packages correctly. In the updatecache
function, line 82 does this:
basename = os.path.split(filename)[1]
In my example, filename is 'logging/__init__.py', so basename becomes
'__init__.py'. Later, upda
I can confirm that this still exists in python 2.5 in feisty. In order
to repro, please do the following:
$ mkdir pydoc_test
$ cd pydoc_test
$ echo "#" > __init__.py
$ pydoc logging
--
pydoc logging traceback
https://bugs.launchpad.net/bugs/70902
You received this bug notification because you ar