Ticket #104 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

IronPython problems

Reported by: haypo Assigned to: haypo
Priority: high Milestone:
Component: core Keywords:
Cc:

Description (Last modified by haypo)

Testing hachoir-snapshot-2007-01-12 with IronPython 1.1alpha.

Problems:

  1. hachoir-core, file stream/input.py: "from os import dup, fdopen" is missing under Windows
  2. hachoir-core, file tools.py: Unicode conversion mode "backslashreplace" is missing (function makePrintable())
    • Workaround: use "replace" (break code)
    • Bug report
  3. hachoir-parser, file tests/run_testcase.py, function claqueBeignet(): frame_rate display is "24.000" and not "24.0"
  4. datetime.datetime.fromtimestamp() is Windows 64-bit timestamp under Windows.
  5. Encoding "UTF-16LE" is unknown
  6. hachoir-metadata: file metadata.py, isinstance(u"a", str) is True (and isinstance(u"a", unicode) is also True). Workaround: string has no method "decode".
    • repr(u"a")[0] is "u"
    • repr("a")[0] is "'"
    • Bug report
  7. Timestamp string use "T" between date and time "2003-06-16T07:57:23" instead of "2003-06-16 07:57:23"

Attachments

Change History

01/19/07 17:39:09 changed by haypo

  • description changed.

02/03/07 01:30:36 changed by haypo

  • status changed from new to closed.
  • resolution set to fixed.

All bugs are IronPython? related and reported in IronPython? bug tracker, so close the ticket.


Add/Change #104 (IronPython problems)




Action