Skip to content

HTML report / phystokens.py doesn't handle backslash line changes in DOS files #53

@nedbat

Description

@nedbat

Originally reported by Anonymous


Hello,

It looks like phystokens.py has some hacks to go around backslash line changes. This doesn't seem to work when the source file has DOS line changes (\r\n).

I'll try to attach a small patch to fix this. This might not be the optimal one, but works for me.

Also Python 3.x might do something automatic for all open()s, and 2.x has 'U' flag for open (which is not always available).

Tested on Python 2.6.4 (Linux).


Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions