mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
bpo-32593: Drop FreeBSD 9 and older support (#5232)
Drop support of FreeBSD 9 and older.
This commit is contained in:
parent
b0a7a037b8
commit
13ff24582c
18 changed files with 23 additions and 108 deletions
|
@ -782,9 +782,7 @@ class EnvironTests(mapping_tests.BasicTestMappingProtocol):
|
|||
value_str = value.decode(sys.getfilesystemencoding(), 'surrogateescape')
|
||||
self.assertEqual(os.environ['bytes'], value_str)
|
||||
|
||||
# On FreeBSD < 7 and OS X < 10.6, unsetenv() doesn't return a value (issue
|
||||
# #13415).
|
||||
@support.requires_freebsd_version(7)
|
||||
# On OS X < 10.6, unsetenv() doesn't return a value (bpo-13415).
|
||||
@support.requires_mac_ver(10, 6)
|
||||
def test_unset_error(self):
|
||||
if sys.platform == "win32":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue