Message 258444 - Python tracker (original) (raw)
Message258444
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 | python-dev |
|---|---|
| Recipients | camconn, docs@python, python-dev |
| Date | 2016-01-17.02:44:05 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | 20160117024402.94222.64795@psf.io |
| In-reply-to |
| Content |
|---|
| New changeset 31e6d4d25b8e by Senthil Kumaran in branch '3.5': Issue26135 - In the tutorial section on modules, reference importlib.reload instead of imp.reload. https://hg.python.org/cpython/rev/31e6d4d25b8e New changeset 6636d688bbd3 by Senthil Kumaran in branch 'default': merge from 3.5 https://hg.python.org/cpython/rev/6636d688bbd3 |
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-01-17 02:44:06 | python-dev | set | recipients: + python-dev, docs@python, camconn |
| 2016-01-17 02:44:06 | python-dev | link | issue26135 messages |
| 2016-01-17 02:44:05 | python-dev | create |
Supported by The Python Software Foundation,
Powered by Roundup
Copyright © 1990-2022, Python Software Foundation
Legal Statements
➜