]> granicus.if.org Git - python/commit
bpo-32593: Drop FreeBSD 9 and older support (#5232)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 22 Jan 2018 17:32:50 +0000 (18:32 +0100)
committerGitHub <noreply@github.com>
Mon, 22 Jan 2018 17:32:50 +0000 (18:32 +0100)
commit13ff24582c99dfb439b1af7295b401415e7eb05b
tree6966d9e1247134dfee9db73b6b5a215bfa88baf4
parentb0a7a037b8fde56b62f886d5188bced7776777b4
bpo-32593: Drop FreeBSD 9 and older support (#5232)

Drop support of FreeBSD 9 and older.
18 files changed:
Doc/library/time.rst
Doc/whatsnew/3.7.rst
Include/py_curses.h
Include/pyport.h
Lib/test/test_asyncio/test_events.py
Lib/test/test_io.py
Lib/test/test_logging.py
Lib/test/test_os.py
Lib/test/test_posix.py
Lib/test/test_resource.py
Lib/test/test_signal.py
Lib/test/test_socket.py
Lib/test/test_threading.py
Lib/unittest/test/test_break.py
Misc/NEWS.d/next/Build/2018-01-18-11-10-52.bpo-32593.XIrf3v.rst [new file with mode: 0644]
Python/thread_pthread.h
configure.ac
setup.py