◐ Shell
clean mode source ↗

bpo-24780: unittest assertEqual difference output foiled by newlines by nanjekyejoannah · Pull Request #11548 · python/cpython

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

tirkarthi

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. line is a list here and this causes test failures due to TypeError. lines seems to be a better name since it makes me think it's a single line but it's actually a list of lines.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nanjekyejoannah

@tirkarthi I made the necessary updates to this PR.

@tirkarthi

@nanjekyejoannah

closed this. Someone can open another PR.

@mblahay

Labels