
The Python 3 docs http://python.readthedocs.org/en/latest/_sources/library/collections.txt link to a file in an old repository.
* The `MultiContext class http://svn.enthought.com/svn/enthought/CodeTools/trunk/enthought/contexts/multi_context.py`_ in the Enthought `CodeTools package https://github.com/enthought/codetools`_ has options to support writing to any mapping in the chain.
Should be this:
* The `MultiContext class https://github.com/enthought/codetools/blob/4.0.0/codetools/contexts/multi_context.py`_ in the Enthought `CodeTools package https://github.com/enthought/codetools`_ has options to support writing to any mapping in the chain.
That link should persist more reliably in the future.
Thank you!

Hello Robert,
On Thu, Jul 12, 2012 at 12:08 PM, Robert Kern rkern@enthought.com wrote:
The Python 3 docs http://python.readthedocs.org/en/latest/_sources/library/collections.txt link to a file in an old repository.
* The `MultiContext class <http://svn.enthought.com/svn/enthought/CodeTools/trunk/enthought/contexts/multi_context.py>`_ in the Enthought `CodeTools package <https://github.com/enthought/codetools>`_ has options to support writing to any mapping in the chain.
Should be this:
* The `MultiContext class <https://github.com/enthought/codetools/blob/4.0.0/codetools/contexts/multi_context.py>`_ in the Enthought `CodeTools package <https://github.com/enthought/codetools>`_ has options to support writing to any mapping in the chain.
That link should persist more reliably in the future.
Thanks for the heads up - i've just updated the link.
Regards,
participants (2)
-
Robert Kern
-
Sandro Tosi