We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2df647 commit 4928210Copy full SHA for 4928210
1 file changed
Lib/test/test_smtplib.py
@@ -927,7 +927,6 @@ def _auth_cram_md5(self, arg=None):
927
self.push('535 Splitting response {!r} into user and password '
928
'failed: {}'.format(logpass, e))
929
return
930
-
931
pwd = sim_auth[1].encode('ascii')
932
msg = self._decode_base64(sim_cram_md5_challenge).encode('ascii')
933
try:
0 commit comments