[Checkins] SVN: zope.sendmail/trunk/src/zope/sendmail/delivery.py tweak diagram to be a little clearer

Benji York benji at zope.com
Thu Oct 18 15:53:22 EDT 2007


Log message for revision 80931:
  tweak diagram to be a little clearer
  

Changed:
  U   zope.sendmail/trunk/src/zope/sendmail/delivery.py

-=-
Modified: zope.sendmail/trunk/src/zope/sendmail/delivery.py
===================================================================
--- zope.sendmail/trunk/src/zope/sendmail/delivery.py	2007-10-18 19:37:35 UTC (rev 80930)
+++ zope.sendmail/trunk/src/zope/sendmail/delivery.py	2007-10-18 19:53:21 UTC (rev 80931)
@@ -188,16 +188,16 @@
 #                            V
 #                 ( unlink message file )---------+
 #                            |                    |
-#                            | file unlinked      | file disappeared
+#                            | file unlinked      | file no longer exists
 #                            |                    |
 #                            |  +-----------------+
 #                            |  |
 #                            |  V
-#                  ( unlink tmp file )-------------+
-#                            |                     |
-#                            | file unlinked       | file disappeared
-#                            V                     |
-#                  ( message delivered )<----------+
+#                  ( unlink tmp file )------------+
+#                            |                    |
+#                            | file unlinked      | file no longer exists
+#                            V                    |
+#                  ( message delivered )<---------+
 
 class QueueProcessorThread(threading.Thread):
     """This thread is started at configuration time from the



More information about the Checkins mailing list