Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6b8121 commit 6fe2a6cCopy full SHA for 6fe2a6c
1 file changed
Doc/library/pickle.rst
@@ -592,7 +592,7 @@ Here's a silly example that *might* shed more light::
592
value = int(persid.split()[2])
593
return FancyInteger(value)
594
else:
595
- raise pickle.UnpicklingError, 'Invalid persistent id'
+ raise pickle.UnpicklingError('Invalid persistent id')
596
597
up.persistent_load = persistent_load
598
0 commit comments