This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes
Date 2007-11-08.14:02:42
SpamBayes Score 0.02589607
Marked as misclassified No
Message-id <1194530562.67.0.490755632259.issue1404@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -bb Lib/compileall.py
Listing /home/heimes/dev/python/py3k/Lib ...
Compiling /home/heimes/dev/python/py3k/Lib/pydoc.py ...
Traceback (most recent call last):
  File "Lib/compileall.py", line 162, in <module>
    exit_status = int(not main())
  File "Lib/compileall.py", line 155, in main
    success = compile_path()
  File "Lib/compileall.py", line 110, in compile_path
    force, quiet=quiet)
  File "Lib/compileall.py", line 65, in compile_dir
    ok = py_compile.compile(fullname, None, dfile, True)
  File "/home/heimes/dev/python/py3k/Lib/py_compile.py", line 131, in
compile
    encoding = read_encoding(file, "utf-8")
  File "/home/heimes/dev/python/py3k/Lib/py_compile.py", line 91, in
read_encoding
    return str(m.group(1))
  File "/home/heimes/dev/python/py3k/Lib/warnings.py", line 62, in warn
    globals)
  File "/home/heimes/dev/python/py3k/Lib/warnings.py", line 102, in
warn_explicit
    raise message
BytesWarning: str() on a bytes instance
History
Date User Action Args
2007-11-08 14:02:42christian.heimessetspambayes_score: 0.0258961 -> 0.02589607
recipients: + christian.heimes
2007-11-08 14:02:42christian.heimessetspambayes_score: 0.0258961 -> 0.0258961
messageid: <1194530562.67.0.490755632259.issue1404@psf.upfronthosting.co.za>
2007-11-08 14:02:42christian.heimeslinkissue1404 messages
2007-11-08 14:02:42christian.heimescreate