jquast / telnetlib3

Python Telnet server and client Protocol library using asyncio
Other
144 stars 32 forks source link

Multiple declarations of the method readline in stream_reader.TelnetReader #80

Open endavis opened 9 months ago

endavis commented 9 months ago

I was troubleshooting some network code and noticed this.

The two declarations are: line 159 line 399

1st one is overridden so is not needed.

jquast commented 9 months ago

Thank you!