- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message185260
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| 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 | |

