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
On Sun, Jan 22, 2023 at 6:13 PM Izek Greenfield ***@***.***> wrote:
this:
http://python3porting.com/problems.html#nicer-solutions:
import sys
if sys.version_info < (3,):
def b(x):
return x
else:
import codecs
def b(x):
return codecs.latin_1_encode(x)[0]
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
Hi,
Can I copy one sample code from the book and use it in a commercial product?
The text was updated successfully, but these errors were encountered: