Kaydet (Commit) 2a608796 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

remove bytes alias

üst b028f509
...@@ -38,13 +38,6 @@ if sys.version_info >= (3, 0): ...@@ -38,13 +38,6 @@ if sys.version_info >= (3, 0):
else: else:
latin = str latin = str
try:
bytes
except NameError:
bytes = str
def bytearray(seq):
return array.array('c', seq)
# #
# Constants # Constants
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment