mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +00:00
Fix typo, and add some reminders
This commit is contained in:
parent
497bdd69f2
commit
f70a0a8471
1 changed files with 12 additions and 1 deletions
|
@ -13,6 +13,17 @@
|
||||||
\maketitle
|
\maketitle
|
||||||
\tableofcontents
|
\tableofcontents
|
||||||
|
|
||||||
|
% Timeout sockets:
|
||||||
|
% Executive summary: after sock.settimeout(T), all methods of sock will
|
||||||
|
% block for at most T floating seconds and fail if they can't complete
|
||||||
|
% within that time. sock.settimeout(None) restores full blocking mode.
|
||||||
|
%
|
||||||
|
% Optik (or whatever it gets called)
|
||||||
|
%
|
||||||
|
% getopt.gnu_getopt
|
||||||
|
%
|
||||||
|
|
||||||
|
|
||||||
%\section{Introduction \label{intro}}
|
%\section{Introduction \label{intro}}
|
||||||
|
|
||||||
{\large This article is a draft, and is currently up to date for some
|
{\large This article is a draft, and is currently up to date for some
|
||||||
|
@ -420,7 +431,7 @@ distributed with the source to Python 2.3 that allows Python
|
||||||
extensions to use the 2.3 interfaces to memory allocation and compile
|
extensions to use the 2.3 interfaces to memory allocation and compile
|
||||||
against any version of Python since 1.5.2. (The idea is that you take
|
against any version of Python since 1.5.2. (The idea is that you take
|
||||||
the file from Python's source distribution and bundle it with the
|
the file from Python's source distribution and bundle it with the
|
||||||
source of you extension).
|
source of your extension).
|
||||||
|
|
||||||
\begin{seealso}
|
\begin{seealso}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue