Changes between Version 1 and Version 2 of Ticket #22443, comment 8


Ignore:
Timestamp:
Apr 15, 2014, 3:45:49 PM (10 years ago)
Author:
mrezk

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22443, comment 8

    v1 v2  
    66> Thanks.
    77
    8 Thanks for the quick reply! Am I checking the wrong source code? As I can see here: http://hg.python.org/cpython/file/2.7/Lib/smtplib.py#l235, `smtplib.SMTP` explicitly to `socket._GLOBAL_DEFAULT_TIMEOUT`.
     8Thanks for the quick reply! Am I checking the wrong source code? As I can see here: http://hg.python.org/cpython/file/2.7/Lib/smtplib.py#l235, `smtplib.SMTP` explicitly sets `timeout` to `socket._GLOBAL_DEFAULT_TIMEOUT`.
    99
    1010`:class:` is working for me to cross link from django's documentation to python's official one. The element renders as  <a class="reference external" href="http://docs.python.org/library/smtplib.html#smtplib.SMTP_SSL" title="(in Python v2.7)"> which is correct. Is there another way to achieve the same result?
Back to Top