make it simpler to round fractions (support different rounding modes for division)
オープン
まだ誰も着手していません。
3.7 (EOL)
stdlib
type-feature
- 主要言語
- Python
- スター
- 77.2k
- フォーク
- 36k
- PR マージ指標
- PR 指標を取得中
説明
| BPO | 31978 |
|---|---|
| Nosy | @rhettinger, @facundobatista, @mdickinson, @abalkin, @skrah, @serhiy-storchaka, @wm75 |
| Files |
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 2017-11-08.10:13:02.851>
labels = ['3.7', 'type-feature', 'library']
title = 'make it simpler to round fractions'
updated_at = <Date 2017-11-09.08:45:06.327>
user = 'https://github.com/wm75'
bugs.python.org fields:
activity = <Date 2017-11-09.08:45:06.327>
actor = 'wolma'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2017-11-08.10:13:02.851>
creator = 'wolma'
dependencies = []
files = ['47254']
hgrepos = []
issue_num = 31978
keywords = ['patch']
message_count = 11.0
messages = ['305817', '305818', '305843', '305844', '305846', '305851', '305879', '305941', '305942', '305943', '305944']
nosy_count = 8.0
nosy_names = ['rhettinger', 'facundobatista', 'mark.dickinson', 'belopolsky', 'stutzbach', 'skrah', 'serhiy.storchaka', 'wolma']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'enhancement'
url = 'https://bugs.python.org/issue31978'
versions = ['Python 3.7']
コントリビューションガイド
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
調査の方向性
まず、リンクされた fractions_divround.patch と移行された issue の議論を確認し、その後、提案を現在の fractions 実装と比較します。要求された除算の丸めモードが、確定した API と、その結果生じる動作を網羅するテストとともにサポートされれば完了です。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- backend
- issue の種類
- 機能追加
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 静か
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 45/100