remove bytes alias
This commit is contained in:
parent
b028f50911
commit
2a6087966c
|
@ -38,13 +38,6 @@ if sys.version_info >= (3, 0):
|
|||
else:
|
||||
latin = str
|
||||
|
||||
try:
|
||||
bytes
|
||||
except NameError:
|
||||
bytes = str
|
||||
def bytearray(seq):
|
||||
return array.array('c', seq)
|
||||
|
||||
#
|
||||
# Constants
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue