[Python-checkins] CVS: python/dist/src/Lib asynchat.py,1.13,1.14

Guido van Rossum gvanrossum@users.sourceforge.net
Fri, 06 Apr 2001 08:30:35 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv22124

Modified Files:
	asynchat.py 
Log Message:
Make the docstring a raw string, for pydoc.
(How many opre of these will we need? :-( )


Index: asynchat.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/asynchat.py,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** asynchat.py	2001/04/05 22:38:32	1.13
--- asynchat.py	2001/04/06 15:30:33	1.14
***************
*** 26,30 ****
  # ======================================================================
  
! """A class supporting chat-style (command/response) protocols.
  
  This class adds support for 'chat' style protocols - where one side
--- 26,30 ----
  # ======================================================================
  
! r"""A class supporting chat-style (command/response) protocols.
  
  This class adds support for 'chat' style protocols - where one side