mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-09 11:44:39 +07:00
GitOrigin-RevId: fa706b67efd8d3caafc15fa101514dd7cf1721b1
9 lines
167 B
HTML
9 lines
167 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> |