Ask Solem 13 年 前
コミット
bf95cf7064
1 ファイル変更2 行追加2 行削除
  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.