projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
875d4c0
)
Merged revisions 64920 via svnmerge from
author
Benjamin Peterson
<benjamin@python.org>
Sun, 13 Jul 2008 18:32:09 +0000
(18:32 +0000)
committer
Benjamin Peterson
<benjamin@python.org>
Sun, 13 Jul 2008 18:32:09 +0000
(18:32 +0000)
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
........
Lib/test/test_multiprocessing.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_multiprocessing.py
b/Lib/test/test_multiprocessing.py
index 596606011a9704179ec2ce361c29e94e6db9ee7b..52b1bd2e3dbb60c8147c32c916a5401574298ba3 100644
(file)
--- a/
Lib/test/test_multiprocessing.py
+++ b/
Lib/test/test_multiprocessing.py
@@
-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
#