Skip to content
This repository has been archived by the owner on Dec 17, 2020. It is now read-only.

Commit

Permalink
added TODO: change exceptions.ProtocolError to be pickleable
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Groszer committed Feb 24, 2011
1 parent 1f09d4a commit 6be79a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions TODO.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ TODO

- Improve coverage, write tests for all untested code, most of this is related
to error handling.

- change exceptions.ProtocolError to be pickleable
right now
pe = cPickle.loads(cPickle.dumps(ProtocolError('http://test.com', 404, 'Not found', {})))
fails badly

0 comments on commit 6be79a3

Please sign in to comment.