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 112edf9 commit 9df756dCopy full SHA for 9df756d
tests/data/packages/BrokenEmitsUTF8/setup.py
@@ -8,7 +8,7 @@ class FakeError(Exception):
8
9
if sys.argv[1] in ("install", "bdist_wheel"):
10
if hasattr(sys.stdout, "buffer"):
11
- sys.stdout.buffer.write(b"\nThis package prints out UTF-8 stuff like:\n")
+ sys.stdout.buffer.write("\nThis package prints out UTF-8 stuff like:\n".encode())
12
sys.stdout.buffer.write("* return type of ‘main’ is not ‘int’\n".encode())
13
sys.stdout.buffer.write(
14
"* Björk Guðmundsdóttir [ˈpjœr̥k ˈkvʏðmʏntsˌtoʊhtɪr]".encode()
0 commit comments