mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
9 lines
169 B
HTML
9 lines
169 B
HTML
<html>
|
|
<body>
|
|
<p>Reports characters in byte literals that are outside ASCII range.</p>
|
|
<p><b>Example:</b></p>
|
|
<pre><code>
|
|
s = b'№5'
|
|
</code></pre>
|
|
</body>
|
|
</html> |