commit | e49741d41226c579de11ac0dbecdc2590fe0f993 | [log] [tgz] |
---|---|---|
author | Andrew M. Kuchling <amk@amk.ca> | Sat Jul 29 15:57:08 2006 +0000 |
committer | Andrew M. Kuchling <amk@amk.ca> | Sat Jul 29 15:57:08 2006 +0000 |
tree | 4a987cca00dfdec8432b2d51efdbab7a7e8ecc4b | |
parent | aab30d0f08c49f0dbd0ae9239e714e644977b255 [diff] |
[Bug #1528258] Mention that the 'data' argument can be None. The constructor docs referred the reader to the add_data() method's docs, but they weren't very helpful. I've simply copied an earlier explanation of 'data' that's more useful.