[Python-checkins] cpython (merge 3.5 -> default): Sync test_typing.py with upstream git repo (typing.py was already synced).

guido.van.rossum python-checkins at python.org
Sun Apr 17 20:54:13 EDT 2016


https://hg.python.org/cpython/rev/9a269279f131
changeset:   101042:9a269279f131
parent:      101040:e5149789e4ea
parent:      101041:31cd179c9451
user:        Guido van Rossum <guido at dropbox.com>
date:        Sun Apr 17 17:53:50 2016 -0700
summary:
  Sync test_typing.py with upstream git repo (typing.py was already synced). (3.5->3.6)

files:
  Lib/test/test_typing.py |  2 ++
  1 files changed, 2 insertions(+), 0 deletions(-)


diff --git a/Lib/test/test_typing.py b/Lib/test/test_typing.py
--- a/Lib/test/test_typing.py
+++ b/Lib/test/test_typing.py
@@ -1471,6 +1471,8 @@
         # Spot-check that stdlib modules aren't exported.
         assert 'os' not in a
         assert 'sys' not in a
+        # Check that Text is defined.
+        assert 'Text' in a
 
 
 if __name__ == '__main__':

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list