[New-bugs-announce] [issue3241] warnings module prints garbage

Ralf Schmitt report at bugs.python.org
Mon Jun 30 07:56:40 CEST 2008


New submission from Ralf Schmitt <schmir at gmail.com>:

The warnings module prints garbage when the __file__ points to a binary.
This happens e.g. when freezing applications with bbfreeze/py2exe.

It's easy to reproduce even without freezing:

~/ python                                                          
ralf at red ok
Python 2.6b1+ (trunk, Jun 30 2008, 07:26:07) 
[GCC 4.3.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> __file__=sys.executable
>>> import md5
/home/ralf/py26/bin/python:1: DeprecationWarning: the md5 module is
deprecated; use hashlib instead
 
ELF>@SA at 85Q@@'$@@@@@��@@

@@T�T� ��t�t$z�] (�(�t(�t��

@
@
 P�td�N�NS�NSDUDUQ�td/lib64/ld-linux-x86-64.so.2GNUH
                                                                         �Y���U?��=��WG.@
V�����Z3�!$�5�RT&��j�>D�=i�w�RJ�0���'�f���X����5�#�U!������`q�L@�~���:���
     #  $    _

----------
components: Library (Lib)
messages: 68992
nosy: schmir
severity: normal
status: open
title: warnings module prints garbage
type: behavior
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3241>
_______________________________________


More information about the New-bugs-announce mailing list