mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Merged revisions 64920 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r64920 | benjamin.peterson | 2008-07-13 13:25:13 -0500 (Sun, 13 Jul 2008) | 1 line remove bytes alias ........
This commit is contained in:
parent
875d4c099b
commit
e0c51fbaef
1 changed files with 0 additions and 7 deletions
|
@ -36,13 +36,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
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue