Message185260
| Author | techtonik |
|---|---|
| Recipients | eric.snow, techtonik |
| Date | 2013-03-26.07:37:15 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1364283436.11.0.578902529218.issue17546@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
1. The documentation doesn't say that the content of this dict may change sporadically even if you don't call locals()
2. I am referring to inline documentation:
>>> h = locals()
>>> type(h)
<class 'dict'>
>>> help(h) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-03-26 07:37:16 | techtonik | set | recipients: + techtonik, eric.snow |
| 2013-03-26 07:37:16 | techtonik | set | messageid: <1364283436.11.0.578902529218.issue17546@psf.upfronthosting.co.za> |
| 2013-03-26 07:37:16 | techtonik | link | issue17546 messages |
| 2013-03-26 07:37:15 | techtonik | create | |