dry-python / dry-python/returns
Support `copy.replace` from 3.13
オープン
enhancement
good first issue
- 主要言語
- Python
- スター
- 4.4k
- フォーク
- 155
- 平均マージ
- 2時間 27分
- マージ済み PR(30日)
- 22
説明
There are two things that we need to do:
1. Add 3.13 to CI
2. Add `__replace__` magic method https://docs.python.org/3.13/library/copy.html#object.__replace__ to `Container` base class, so we can support https://docs.python.org/3.13/library/copy.html#copy.replace
コントリビューションガイド
調査の方向性
Start by locating the Container base class and the repository's CI configuration, then read Python 3.13's copy.replace and object.__replace__ documentation linked in the issue. Done means CI includes Python 3.13 and Container supports __replace__ so copy.replace works with it.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- developer-experience
- issue の種類
- 機能追加
- 難易度
- 3/5
- 見積もり時間
- 1〜2日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 42/100