commit | 233226e9773cb065d6fb2ffce9320e4c885894f3 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Tue May 22 19:36:50 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Tue May 22 19:36:50 2001 +0000 |
tree | 2d80fed70eb10943ed1889638bc1cf7b49ae337d | |
parent | d97422115e9ed6498bc7a6f792a0bf8f278f9097 [diff] |
Per discussion with Barry, make the default value for both get() and setdefault() the empty string. In setdefault(), use + to join the value to create the entry for the headers attribute so that TypeError is raised if the value is of the wrong type.