smtplib.SMTP should reset internal 'helo' and 'ehlo' state within 'connect()'
オープン
まだ誰も着手していません。
3.8 (EOL)
stdlib
topic-email
type-bug
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- 平均マージ
- 1日 9時間
- マージ済み PR(30日)
- 558
説明
| BPO | 41470 |
|---|---|
| Nosy | @warsaw, @bitdancer, @websurfer5 |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = None
closed_at = None
created_at = <Date 2020-08-04.09:39:24.082>
labels = ['type-bug', '3.8', 'expert-email']
title = "smtplib.SMTP should reset internal 'helo' and 'ehlo' state within 'connect()'"
updated_at = <Date 2020-08-05.23:25:36.525>
user = 'https://bugs.python.org/Dadeos'
bugs.python.org fields:
activity = <Date 2020-08-05.23:25:36.525>
actor = 'Jeffrey.Kintscher'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['email']
creation = <Date 2020-08-04.09:39:24.082>
creator = 'Dadeos'
dependencies = []
files = []
hgrepos = []
issue_num = 41470
keywords = []
message_count = 1.0
messages = ['374798']
nosy_count = 4.0
nosy_names = ['barry', 'r.david.murray', 'Jeffrey.Kintscher', 'Dadeos']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue41470'
versions = ['Python 3.8']
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
smtplib.SMTP.connect() から始めて、内部の helo と ehlo の状態がどのように管理されているかを追跡します。connect() による再接続で要求どおり両方の状態がリセットされ、報告された動作に対する回帰テストのカバレッジが追加されれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- networking
- issue の種類
- バグ
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100