projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b73fe9
)
Based on info from Jens@digicool.com, add 'darwin1' to the list of
author
Guido van Rossum
<guido@python.org>
Wed, 28 Mar 2001 01:14:56 +0000
(
01:14
+0000)
committer
Guido van Rossum
<guido@python.org>
Wed, 28 Mar 2001 01:14:56 +0000
(
01:14
+0000)
BSD-style OS'es. Makes sense, really.
Lib/test/test_fcntl.py
patch
|
blob
|
history
diff --git
a/Lib/test/test_fcntl.py
b/Lib/test/test_fcntl.py
index b6d4dfa72f0361bca57ea2a1982990e8b72555e1..3da079df0a06e3bf1a180fc6fdbb7832a7d8e4b8 100755
(executable)
--- a/
Lib/test/test_fcntl.py
+++ b/
Lib/test/test_fcntl.py
@@
-16,7
+16,7
@@
rv = fcntl.fcntl(f.fileno(), FCNTL.F_SETFL, os.O_NONBLOCK)
if verbose:
print 'Status from fnctl with O_NONBLOCK: ', rv
-if sys.platform in ('netbsd1', 'Darwin1.2',
+if sys.platform in ('netbsd1', 'Darwin1.2',
'darwin1',
'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
'bsdos2', 'bsdos3', 'bsdos4',
'openbsd', 'openbsd2'):