The `urllib` import in `runners/interactive/cache_manager.py`was the one where I noticed unexpected behavior, but only after making the [changes](https://github.com/apache/beam/pull/6451/files#diff-174e64ef2666163c371d1d4ef3dc8b31R33) in #6451.
There should be no problem with the current code base on Python 2, since `standard_library.install_aliases` only aliases some Python 3 `urllib` submodules, while keeping the original Python 2 `urllib` module available. [ Full content available at: https://github.com/apache/beam/pull/6471 ] This message was relayed via gitbox.apache.org for [email protected]
