Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1417144

Browse files
committed
Based on info from [email protected], add 'darwin1' to the list of
BSD-style OS'es. Makes sense, really.
1 parent 2b73fe9 commit 1417144

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_fcntl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
if verbose:
1717
print 'Status from fnctl with O_NONBLOCK: ', rv
1818

19-
if sys.platform in ('netbsd1', 'Darwin1.2',
19+
if sys.platform in ('netbsd1', 'Darwin1.2', 'darwin1',
2020
'freebsd2', 'freebsd3', 'freebsd4', 'freebsd5',
2121
'bsdos2', 'bsdos3', 'bsdos4',
2222
'openbsd', 'openbsd2'):

0 commit comments

Comments
 (0)