[issue4904] Typo for PickingError in pickle.py

2009-01-10 Thread Benjamin Peterson
Benjamin Peterson added the comment: Thanks for the report! Fixed in r68488. -- nosy: +benjamin.peterson resolution: -> fixed status: open -> closed ___ Python tracker ___ _

[issue4904] Typo for PickingError in pickle.py

2009-01-09 Thread Erick Tryzelaar
New submission from Erick Tryzelaar : 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. -- components: Library (Lib) messages: 79531 nosy: erickt severity: normal status: open title: T