We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c973a52 commit 01337cfCopy full SHA for 01337cf
Lib/test/test_traceback.py
@@ -4264,8 +4264,8 @@ class B:
4264
attr_µ = None # attr_\xb5
4265
4266
suggestion = self.get_suggestion(B(), 'attr_\xb5')
4267
- self.assertIn("'.attr_\u03bc'", suggestion)
4268
- self.assertIn(r"'attr_\u03bc'", suggestion)
+ self.assertIn("'.attr_\u03bc' ('attr_\\u03bc')", suggestion)
+ self.assertIn("'.attr_\xb5' ('attr_\\xb5')", suggestion)
4269
self.assertNotIn("attr_a", suggestion)
4270
4271
0 commit comments