mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Add support for FreeBSD 7.
This commit is contained in:
parent
149787e7c5
commit
4e422817eb
8 changed files with 550 additions and 3 deletions
|
@ -312,7 +312,7 @@ class GeneralModuleTests(unittest.TestCase):
|
|||
# I've ordered this by protocols that have both a tcp and udp
|
||||
# protocol, at least for modern Linuxes.
|
||||
if sys.platform in ('linux2', 'freebsd4', 'freebsd5', 'freebsd6',
|
||||
'darwin'):
|
||||
'freebsd7', 'darwin'):
|
||||
# avoid the 'echo' service on this platform, as there is an
|
||||
# assumption breaking non-standard port/protocol entry
|
||||
services = ('daytime', 'qotd', 'domain')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue