[Python-checkins] CVS: python/dist/src/Lib/email Encoders.py,1.1,1.2

Barry Warsaw bwarsaw@users.sourceforge.net
Tue, 25 Sep 2001 22:26:24 -0700


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

Modified Files:
	Encoders.py 
Log Message:
cosmetic


Index: Encoders.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/email/Encoders.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Encoders.py	2001/09/23 03:17:28	1.1
--- Encoders.py	2001/09/26 05:26:22	1.2
***************
*** 14,17 ****
--- 14,18 ----
      return _encodestring(s, quotetabs=1)
  
+ 
  def _bencode(s):
      # We can't quite use base64.encodestring() since it tacks on a "courtesy