Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo for PickingError in pickle.py #49154

Closed
erickt mannequin opened this issue Jan 10, 2009 · 2 comments
Closed

Typo for PickingError in pickle.py #49154

erickt mannequin opened this issue Jan 10, 2009 · 2 comments
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@erickt
Copy link
Mannequin

erickt mannequin commented Jan 10, 2009

BPO 4904
Nosy @benjaminp

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 = <Date 2009-01-10.17:05:58.991>
created_at = <Date 2009-01-10.06:33:41.893>
labels = ['type-bug', 'library']
title = 'Typo for PickingError in pickle.py'
updated_at = <Date 2009-01-10.17:05:58.989>
user = 'https://bugs.python.org/erickt'

bugs.python.org fields:

activity = <Date 2009-01-10.17:05:58.989>
actor = 'benjamin.peterson'
assignee = 'none'
closed = True
closed_date = <Date 2009-01-10.17:05:58.991>
closer = 'benjamin.peterson'
components = ['Library (Lib)']
creation = <Date 2009-01-10.06:33:41.893>
creator = 'erickt'
dependencies = []
files = []
hgrepos = []
issue_num = 4904
keywords = []
message_count = 2.0
messages = ['79531', '79555']
nosy_count = 2.0
nosy_names = ['benjamin.peterson', 'erickt']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue4904'
versions = ['Python 3.0']

@erickt
Copy link
Mannequin Author

erickt mannequin commented Jan 10, 2009

Noticed that in the release version of python 3.0 and the latest svn that
on line 835 the exception UnpickingError is raised instead of UnpicklingError.

@erickt erickt mannequin added stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels Jan 10, 2009
@benjaminp
Copy link
Contributor

Thanks for the report! Fixed in r68488.

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

1 participant