Skip to content

Conversation

@iwanb
Copy link
Contributor

@iwanb iwanb commented Jan 26, 2021

get_banner in paramiko.transport returns bytes and not str. (That's for Python 3, not sure how Python 2 & 3 should be supported together?)

get_banner in paramiko.transport returns bytes and not str. (That's for Python 3, not sure how Python 2 & 3 should be supported together?)
@srittau
Copy link
Collaborator

srittau commented Jan 26, 2021

bytes is an alias for str in Python 2, so this seems fine.

@srittau srittau merged commit 869238e into python:master Jan 26, 2021
@ilevkivskyi
Copy link
Member

I thought we agreed that we will not merge anything this week. This (and the second merged PR) now create conflicts with #4971. Although it is not hard to fix, it would be easier for me to not be distracted by this.

@srittau
Copy link
Collaborator

srittau commented Jan 26, 2021

I am sorry, I didn't realize the restructuring was already in the moving phase. I will stop merging any more PRs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants