Casey added the comment:
Update: After digging further (and enabling the "Less secure app access"
setting on the test Google account) it looks like Python 2.7 caps TLS at 1.2
rather than using 1.3 when OpenSSL is upgraded. This prevents breakage, and it
looks like the SSLSo
New submission from Casey :
OpenSSL 1.1.1 is an LTS release that will see long maintenance, and Ubuntu
18.04 LTS has now upgraded from 1.1.0 to 1.1.1. However, with this upgrade, TLS
1.3 allows email clients to require an SNI for the handshake to succeed.
Because the 2.7 imap module does not
New submission from Casey Lucas:
I'm not sure if this a Python issue or a FreeBSD issue but the return value
from os.waitpid is not reliably (0,0) on FreeBSD when the WNOHANG is used and
the child process has not yet exited. Python docs say that the return value
will be (0,0) but this i
Casey McGinty added the comment:
I attached a simple script that reproduces the report issue. I hope it helps.
--
Added file: http://bugs.python.org/file17807/smtp_test.py
___
Python tracker
<http://bugs.python.org/issue6
Casey McGinty added the comment:
This is how it gets in an "invalid state". Not sure why you can't look at the
code and see the mistake.
"There is no code in the
SMTPServere.__init__ method that catches the exception raised, caused by
the failed bind attempt. After the
Casey McGinty added the comment:
Sorry, duplicate of #4142
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue6605>
___
___
Python-bugs-lis
New submission from Casey McGinty :
The smtplib.SMTP.quit() method does not reset the 'helo_resp' and
'ehlo_resp' instance attributes. During the next
smtplib.SMTP.sendmail(), the HELO/EHLO commands are not sent, and may
cause the remote SMTP service to reject the mess
New submission from Casey McGinty :
When subclass of smtpd.SMTPServer, it is possible the get asyncore.loop
to enter an infinite loop where the following output is shown:
.
warning: unhandled write event
warning: unhandled read event
warning: unhandled write event
warning: unhandled read
Changes by Casey McGinty :
--
nosy: +cmcginty
___
Python tracker
<http://bugs.python.org/issue5862>
___
___
Python-bugs-list mailing list
Unsubscribe:
Casey McGinty added the comment:
I would like to open this ticket back up.
Python 2.6.2 docs still reference unimplemented 'from_address' method.
http://docs.python.org/library/multiprocessing.html#multiprocessing.managers.BaseManager.from_address
BaseManager.__reduce__ method
Changes by Casey McGinty <[EMAIL PROTECTED]>:
--
title: textwrap: __all__ atribute missing 'dedent' functino -> textwrap:
__all__ atribute missing 'dedent' function
___
Python tracker <[EMAIL PROTECTED]>
New submission from Casey McGinty <[EMAIL PROTECTED]>:
>From textwrap.py: 46863 2006-06-11 19:42:51Z tim.peters
The __all__ define in this module is missing the helper function 'dedent'.
This causes pydoc to not the list the function correctly.
Secondly, it also prevents
12 matches
Mail list logo