Changes between Version 1 and Version 2 of Ticket #22443, comment 8
- Timestamp:
- Apr 15, 2014, 3:45:49 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22443, comment 8
v1 v2 6 6 > Thanks. 7 7 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`.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 sets `timeout` to `socket._GLOBAL_DEFAULT_TIMEOUT`. 9 9 10 10 `: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?