[Python-ideas] without(str(bytes))

Daniel Holth dholth at gmail.com
Wed Jun 5 17:54:33 CEST 2013


Can I have a context manager that disables str(bytes) just for part of
my code, the same as python -bb?

with bb:
    serialize_something()


More information about the Python-ideas mailing list