A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://mail.python.org/pipermail/python-checkins/2002-November/030502.html below:

[Python-checkins] python/dist/src/Lib telnetlib.py,1.20,1.21

[Python-checkins] python/dist/src/Lib telnetlib.py,1.20,1.21loewis@users.sourceforge.net loewis@users.sourceforge.net
Mon, 04 Nov 2002 09:34:10 -0800
Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv19420

Modified Files:
	telnetlib.py 
Log Message:
Patch #625823: Add symbolic constants for more commands.


Index: telnetlib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/telnetlib.py,v
retrieving revision 1.20
retrieving revision 1.21
diff -C2 -d -r1.20 -r1.21
*** telnetlib.py	4 Nov 2002 09:56:00 -0000	1.20
--- telnetlib.py	4 Nov 2002 17:34:07 -0000	1.21
***************
*** 54,59 ****
  WILL = chr(251)
  theNULL = chr(0)
! SB   = chr(250)
! SE   = chr(240)
  
  # Telnet protocol options code (don't change)
--- 54,70 ----
  WILL = chr(251)
  theNULL = chr(0)
! 
! SE  = chr(240)  # Subnegotiation End
! NOP = chr(241)  # No Operation
! DM  = chr(242)  # Data Mark
! BRK = chr(243)  # Break
! IP  = chr(244)  # Interrupt process
! AO  = chr(245)  # Abort output
! AYT = chr(246)  # Are You There
! EC  = chr(247)  # Erase Character
! EL  = chr(248)  # Erase Line
! GA  = chr(249)  # Go Ahead
! SB =  chr(250)  # Subnegotiation Begin
! 
  
  # Telnet protocol options code (don't change)





RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4