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.