Re: [Django] #34186: SMTP.starttls() got an unexpected keyword argument 'keyfile'

2022-11-26 Thread Django
#34186: SMTP.starttls() got an unexpected keyword argument 'keyfile'
-+--
 Reporter:  Shaleh Tonmoy|Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Core (Mail)  |  Version:  4.1
 Severity:  Release blocker  |   Resolution:  duplicate
 Keywords:   | Triage Stage:  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+--
Changes (by Claude Paroz):

 * status:  new => closed
 * resolution:   => duplicate


Comment:

 Thanks for the report. Already fixed in  [2848e5d0ce5cf3c3] as part of
 #34118.

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/01070184b3bc37a1-2052a23b-3c60-49eb-8979-7ccc78ea39ef-00%40eu-central-1.amazonses.com.


Re: [Django] #34186: SMTP.starttls() got an unexpected keyword argument 'keyfile'

2022-11-25 Thread Django
#34186: SMTP.starttls() got an unexpected keyword argument 'keyfile'
-+--
 Reporter:  tontus   |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Core (Mail)  |  Version:  4.1
 Severity:  Release blocker  |   Resolution:
 Keywords:   | Triage Stage:  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+--
Changes (by tontus):

 * type:  Uncategorized => Bug


-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/01070184b299d102-951ac8ad-59ad-455d-b4f7-9faabb34ff4c-00%40eu-central-1.amazonses.com.


[Django] #34186: SMTP.starttls() got an unexpected keyword argument 'keyfile'

2022-11-25 Thread Django
#34186: SMTP.starttls() got an unexpected keyword argument 'keyfile'
---+
   Reporter:  tontus   |  Owner:  nobody
   Type:  Uncategorized| Status:  new
  Component:  Core (Mail)  |Version:  4.1
   Severity:  Release blocker  |   Keywords:
   Triage Stage:  Unreviewed   |  Has patch:  0
Needs documentation:  0|Needs tests:  0
Patch needs improvement:  0|  Easy pickings:  0
  UI/UX:  0|
---+
 On python 3.12.0a2  send_mai() returns error `SMTP.starttls() got an
 unexpected keyword argument 'keyfile'`


 {{{
 TypeError at /
 SMTP.starttls() got an unexpected keyword argument 'keyfile'
 Request Method: GET
 Request URL:
 Django Version: 4.1.3
 Exception Type: TypeError
 Exception Value:
 SMTP.starttls() got an unexpected keyword argument 'keyfile'
 Exception Location: /usr/local/lib/python3.12/site-
 packages/django/core/mail/backends/smtp.py, line 87, in open
 Raised during:  mail.views.index
 Python Executable:  /usr/local/bin/python3
 Python Version: 3.12.0
 Python Path:
 ['/app',
  '/usr/local/lib/python312.zip',
  '/usr/local/lib/python3.12',
  '/usr/local/lib/python3.12/lib-dynload',
  '/usr/local/lib/python3.12/site-packages']

 }}}

-- 
Ticket URL: 
Django 
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/01070184b28abad9-6404a56b-c2c2-45bf-8c5c-c8919c7dfb49-00%40eu-central-1.amazonses.com.