mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
9390be9165
The FreeBSD Python team welcomes Python 2.7.10 to the Ports tree! Announcement: https://www.python.org/downloads/release/python-2710/ Changelog: https://hg.python.org/cpython/raw-file/v2.7.10/Misc/NEWS Important changes for this release: - Python 2.7.10 is a bug fix release of the Python 2.7.x series. - Fixes issues with LibreSSL 2.2+ PR: 192511, 201088 Differentialr Revision: D2637 Reviewed by: koobs (mentor), vsevolod (mentor), antoine Approved by: koobs (mentor)
11 lines
569 B
ReStructuredText
11 lines
569 B
ReStructuredText
--- ./Doc/library/fcntl.rst.orig 2014-07-03 21:53:41.473098625 +1000
|
|
+++ ./Doc/library/fcntl.rst 2014-07-03 21:54:04.342833056 +1000
|
|
@@ -50,7 +50,6 @@ The module defines the following functio
|
|
operations are typically defined in the library module :mod:`termios` and the
|
|
argument handling is even more complicated.
|
|
|
|
- The op parameter is limited to values that can fit in 32-bits.
|
|
Additional constants of interest for use as the *op* argument can be
|
|
found in the :mod:`termios` module, under the same names as used in
|
|
the relevant C header files.
|