Package: python2.3
Version: 2.3.5-14
Followup-For: Bug #390152
This is still an issue in python2.4.
Using this python2.4:
Python 2.4.4 (#2, Oct 20 2006, 00:23:25)
[GCC 4.1.2 20061015 (prerelease) (Debian 4.1.1-16.1)] on linux2
and this test program:
import logging
logging.basicConfig(level=logging.DEBUG,
format='%(pathname)s:%(lineno)d')
logging.info('whoops')
The output when the logging/__init__.pyc file exists is:
logging/__init__.py:1072
and when the __init__.pyc is deleted the output becomes:
tst.py:5
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Versions of packages python2.3 depends on:
ii libbz2-1.0 1.0.3-2 high-quality block-sorting file co
ii libc6 2.3.6-7 GNU C Library: Shared libraries
ii libdb4.3 4.3.29-5 Berkeley v4.3 Database Libraries [
ii libncurses5 5.5-2 Shared libraries for terminal hand
ii libreadline5 5.1-7 GNU readline and history libraries
ii libssl0.9.8 0.9.8c-1 SSL shared libraries
ii python-central 0.5.8 register and build utility for Pyt
ii zlib1g 1:1.2.3-11 compression library - runtime
Versions of packages python2.3 recommends:
ii python2.3-cjkcodecs 1.1.1-1 Python Unicode Codecs Collection f
ii python2.3-iconvcodec 1.1.2-2.2 Python universal Unicode codec, us
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]