Commit 02fe1831 authored by Benjamin Peterson's avatar Benjamin Peterson

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
........
parent 958300ee
......@@ -36,13 +36,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
#
......
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