Skip to content

Add Windows support for idlelib/help.py‎ #144527

@benediktjohannes

Description

@benediktjohannes

My suggestion is to change d = data if self.pre else data.replace('\n', ' ') to d = data if self.pre else data.replace('\n', ' ').replace('\r', ' ') in order to include windows support

Metadata

Metadata

Assignees

No one assigned

    Labels

    pendingThe issue will be closed if no feedback is providedstdlibStandard Library Python modules in the Lib/ directorytopic-IDLEtype-featureA feature request or enhancement

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions