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/2000-July/011920.html below:

[Python-checkins] CVS: python/dist/src/Lib smtplib.py,1.23,1.24

[Python-checkins] CVS: python/dist/src/Lib smtplib.py,1.23,1.24Barry Warsaw python-dev@python.org
Sun, 9 Jul 2000 14:24:34 -0700
Update of /cvsroot/python/python/dist/src/Lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv11916

Modified Files:
	smtplib.py 
Log Message:
Use TQSQ (triple quoted single quote) module docstring for better
font-locking.  This complets the merge with Mailman's version.


Index: smtplib.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/smtplib.py,v
retrieving revision 1.23
retrieving revision 1.24
diff -C2 -r1.23 -r1.24
*** smtplib.py	2000/03/28 21:45:46	1.23
--- smtplib.py	2000/07/09 21:24:31	1.24
***************
*** 1,5 ****
  #! /usr/bin/env python
  
! """SMTP/ESMTP client class.
  
  This should follow RFC 821 (SMTP) and RFC 1869 (ESMTP).
--- 1,5 ----
  #! /usr/bin/env python
  
! '''SMTP/ESMTP client class.
  
  This should follow RFC 821 (SMTP) and RFC 1869 (ESMTP).
***************
*** 30,34 ****
    (250, "Somebody OverHere <somebody@here.my.org>")
    >>> s.quit()
! """
  
  # Author: The Dragon De Monsyne <dragondm@integral.org>
--- 30,34 ----
    (250, "Somebody OverHere <somebody@here.my.org>")
    >>> s.quit()
! '''
  
  # Author: The Dragon De Monsyne <dragondm@integral.org>




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