BPO | [20823](https://bugs.python.org/issue20823) --- | :--- Nosy | @serhiy-storchaka, @miss-islington, @kumaraditya303 PRs | python/cpython#30230python/cpython#30669python/cpython#30670 Files | [copyreg.patch](https://bugs.python.org/file34263/copyreg.patch "Uploaded as text/plain at 2014-03-02.08:53:01 by peter.otten") *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: ```python assignee = None closed_at = None created_at = labels = ['easy', 'type-bug', '3.9', '3.10', '3.11', 'docs'] title = '[doc] Clarify copyreg.pickle() documentation' updated_at = user = 'https://bugs.python.org/peterotten' ``` bugs.python.org fields: ```python activity = actor = 'miss-islington' assignee = 'docs@python' closed = False closed_date = None closer = None components = ['Documentation'] creation = creator = 'peter.otten' dependencies = [] files = ['34263'] hgrepos = [] issue_num = 20823 keywords = ['patch', 'easy'] message_count = 6.0 messages = ['212541', '288092', '296271', '410883', '410884', '410885'] nosy_count = 5.0 nosy_names = ['peter.otten', 'docs@python', 'serhiy.storchaka', 'miss-islington', 'kumaraditya'] pr_nums = ['30230', '30669', '30670'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue20823' versions = ['Python 3.9', 'Python 3.10', 'Python 3.11'] ``` ### Linked PRs * gh-102656 * gh-103892 * gh-104098