Ask Solem 12 anni fa
parent
commit
bf95cf7064
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2 2
      docs/userguide/tasks.rst

+ 2 - 2
docs/userguide/tasks.rst

@@ -702,8 +702,8 @@ state metadata.  This can then be used to create e.g. progress bars.
 Creating pickleable exceptions
 Creating pickleable exceptions
 ------------------------------
 ------------------------------
 
 
-A little known Python fact is that exceptions must behave a certain
-way to support being pickled.
+A rarely known Python fact is that exceptions must conform to some
+simple rules to support being serialized by the pickle module.
 
 
 Tasks that raise exceptions that are not pickleable will not work
 Tasks that raise exceptions that are not pickleable will not work
 properly when Pickle is used as the serializer.
 properly when Pickle is used as the serializer.