You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throwPythonOps.TypeError($"%b requires bytes, or an object that implements __bytes__, not '{PythonOps.GetPythonTypeName(_opts.Value)}'");
868
+
throwPythonOps.TypeError($"%b requires a bytes-like object, or an object that implements __bytes__, not '{PythonOps.GetPythonTypeName(_opts.Value)}'");
Copy file name to clipboardExpand all lines: Src/StdLib/Lib/test/test_descrtut.py
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -164,7 +164,7 @@ def merge(self, other):
164
164
165
165
You can get the information from the list type:
166
166
167
-
Modified to not fail on https://github.com/IronLanguages/ironpython3/issues/995and https://github.com/IronLanguages/ironpython3/issues/996
167
+
Modified to not fail on https://github.com/IronLanguages/ironpython3/issues/995, https://github.com/IronLanguages/ironpython3/issues/996 and https://github.com/IronLanguages/ironpython3/issues/1448
168
168
169
169
>>> pprint.pprint(dir(list)) # like list.__dict__.keys(), but sorted
0 commit comments