Message 107659 - Python tracker
Message107659
| Author | mark.dickinson |
|---|---|
| Recipients | belopolsky, mark.dickinson |
| Date | 2010-06-12.15:22:16 |
| SpamBayes Score | 0.0007316736 |
| Marked as misclassified | No |
| Message-id | <1276356137.64.0.351123368404.issue8973@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
r81947 fixes the missing struct.Struct entry in struct.help. (pydoc was relying on the inspect module to correctly guess the module for struct.Struct, and inspect was getting it wrong. Adding __all__ to the struct module saves inspect from having to guess.) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-06-12 15:22:17 | mark.dickinson | set | recipients: + mark.dickinson, belopolsky |
| 2010-06-12 15:22:17 | mark.dickinson | set | messageid: <1276356137.64.0.351123368404.issue8973@psf.upfronthosting.co.za> |
| 2010-06-12 15:22:16 | mark.dickinson | link | issue8973 messages |
| 2010-06-12 15:22:16 | mark.dickinson | create | |