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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2018-07-21.17:23:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532193801.1.0.56676864532.issue34181@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python Lib/test/test_typing.py
...
======================================================================
FAIL: test_repr (__main__.GenericTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "Lib/test/test_typing.py", line 654, in test_repr
    "<class 'test.test_typing.SimpleMapping'>")
AssertionError: "<class '__main__.SimpleMapping'>" != "<class 'test.test_typing.SimpleMapping'>"
- <class '__main__.SimpleMapping'>
?          ^^^  ^^
+ <class 'test.test_typing.SimpleMapping'>
?         +++++++++ ^^^  ^


----------------------------------------------------------------------
History
Date User Action Args
2018-07-21 17:23:21serhiy.storchakasetrecipients: + serhiy.storchaka
2018-07-21 17:23:21serhiy.storchakasetmessageid: <1532193801.1.0.56676864532.issue34181@psf.upfronthosting.co.za>
2018-07-21 17:23:21serhiy.storchakalinkissue34181 messages
2018-07-21 17:23:21serhiy.storchakacreate