Changes between Initial Version and Version 1 of Ticket #22443, comment 8
- Timestamp:
- Apr 15, 2014, 3:38:49 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22443, comment 8
initial v1 8 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`. 9 9 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?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? 11 11