Message181578
These are the ones that I think are wrong:
Doc/c-api/long.rst:206
Return a C :c:type:`size_t` representation of of *pylong*. *pylong* must be
Doc/c-api/long.rst:218
Return a C :c:type:`unsigned PY_LONG_LONG` representation of of *pylong*.
Doc/library/email.policy.rst:330
line breaks and and any (RFC invalid) binary data it may contain.
Doc/library/ipaddress.rst:395
These attributes are true for the network as a whole if they are true
true for both the network address and the broadcast address
Doc/library/ipaddress.rst:454
``True`` if this network is partly or wholly contained in *other* or
or *other* is wholly contained in this network.
Doc/library/ipaddress.rst:584
These attribute is true for the network as a whole if it is true
true for both the network address and the broadcast address
Doc/library/ssl.rst:826
The *server_name_callback* function must return ``None`` to allow the
the TLS negotiation to continue. If a TLS failure is required, a constant
Doc/library/stdtypes.rst:2640
Cast 1D/unsigned char to to 2D/unsigned long::
Doc/library/unittest.mock.rst:1011
attributes that your production code creates at runtime. It is off by by
Doc/library/xml.dom.rst:359
children, returning *newChild*. If the node was already in
in the tree, it is removed first.
Doc/whatsnew/3.3.rst:1539
New attribute attribute :data:`multiprocessing.Process.sentinel` allows a
Include/pyport.h:884
* also also takes care of Apple's universal builds.
Lib/argparse.py:1143
- encoding -- The file's encoding. Accepts the same values as the
the builtin open() function.
Lib/ftplib.py:468
callback: An optional single parameter callable that is called on
on each block of data after it is sent. [default: None]
Lib/ftplib.py:490
callback: An optional single parameter callable that is called on
on each line after it is sent. [default: None]
Lib/turtle.py:859
Thus stops execution of turtle graphics script. Main purpose: use in
in the Demo-Viewer turtle.Demo.py.
Lib/_pyio.py:306
Change the stream position to byte offset offset. offset is
[It's referring to the byte-offset parameter called "offset"; the parameter is actually called "pos".]
Lib/concurrent/futures/_base.py:520
fn: A callable that will take take as many arguments as there are
Lib/distutils/command/install.py:266
raise DistutilsOptionError("can't combine user with with prefix/"
Lib/distutils/tests/test_install.py:168
# can't combine user with with prefix/exec_prefix/home or
Lib/email/policy.py:26
The API extensions enabled by this this policy are currently provisional.
Lib/email/_encoded_words.py:17
# to to the CTE tables, but YAGNI for now. 'q' is Quoted Printable, 'b' is
Lib/email/_header_value_parser.py:1866
We allow anything except the excluded characters, but but if we find any
Lib/email/mime/text.py:29
# If no _charset was specified, check to see see if there are non-ascii
Lib/idlelib/extend.txt:57
Here is a complete example example:
Lib/idlelib/extend.txt:75
used to to configure the loading of extensions and to establish key (or, more
Lib/idlelib/rpc.py:4
connect to the Idle process, which listens for the connection. Since Idle has
has only one client per server, this was not a limitation.
Lib/lib2to3/pgen2/grammar.py:23
"""Pgen parsing tables tables conversion class.
Lib/lib2to3/pgen2/grammar.py:48
states, each state is is a list of arcs, and each
Lib/msilib/__init__.py:327
"""Add a file to the current component of the directory, starting a new one
one if there is no current component. By default, the file name in the source
Lib/test/test_decimal.py:4495
# Do operations and check that it didn't change change internal objects.
Lib/test/test_socket.py:845
# Try udp, but don't barf it it doesn't exist
[Should be "if it".]
Lib/tkinter/tix.py:1920
Val may be: "auto" -- the width of the column is set the
the widest cell in the column; a valid Tk screen distance
Lib/tkinter/tix.py:1944
Val may be: "auto" -- the height of the row is set the
the highest cell in the row; a valid Tk screen distance
Lib/unittest/mock.py:1447
attributes that your production code creates at runtime. It is off by by
Modules/ossaudiodev.c:233
SNDCTL_DSP_{SETFMT,CHANNELS,SPEED} -- that that are called from C
Modules/_heapqmodule.c:91
/* The leaf at pos is empty now. Put newitem there, and and bubble
Modules/_heapqmodule.c:431
/* The leaf at pos is empty now. Put newitem there, and and bubble
Modules/expat/xmltok.c:1587
way this can fail to be big-endian UTF-16 if it it's an
Modules/zlib/deflate.c:160
* IN assertion: all calls to to UPDATE_HASH are made with consecutive
Modules/zlib/deflate.c:173
* IN assertion: all calls to to INSERT_STRING are made with consecutive
Modules/zlib/inftrees.h:44
returns returns 852, and "enough 30 6 15" for distance codes returns 592.
Modules/zlib/zlib.h:815
success case, the application may save the current current value of total_in
Modules/_ctypes/callproc.c:23
'inargs', or a completely fresh tuple, depending on several things (is is a
Modules/_ctypes/libffi/src/dlmalloc.c:103
else. And if if you are sure that your program using malloc has
Modules/_ctypes/libffi/src/dlmalloc.c:609
are not even meaningful in this version of malloc. These fields are
are instead filled by mallinfo() with other numbers that might be of
Modules/_ctypes/libffi/src/dlmalloc.c:1624
ensured by making all allocations from the the `lowest' part of any
Modules/_ctypes/libffi/src/dlmalloc.c:1830
parent pointer.) If a chunk with the same size an an existing node
[Should be "as an".]
Modules/_ctypes/libffi/src/dlmalloc.c:1835
smallest is 0x100 <= x < 0x180), which is is divided in half at each
Modules/_ctypes/libffi/src/dlmalloc.c:3444
(disabled if not MORECORE_CONTIGUOUS or not HAVE_MORECORE or
or main space is mmapped or a previous contiguous call failed)
Modules/_ctypes/libffi/src/ia64/ffi.c:88
/* Return the size of the C type associated with with TYPE. Which will
Modules/_ctypes/libffi/src/ia64/ffi.c:188
/* Similarly, except that that HFA is true for double extended,
Tools/msi/msilib.py:493
"""Add a file to the current component of the directory, starting a new one
one if there is no current component. By default, the file name in the source |
|
Date |
User |
Action |
Args |
2013-02-07 02:15:15 | mrabarnett | set | recipients:
+ mrabarnett, terry.reedy, ezio.melotti, eric.araujo, docs@python, serhiy.storchaka |
2013-02-07 02:15:15 | mrabarnett | set | messageid: <1360203315.06.0.720158572265.issue17047@psf.upfronthosting.co.za> |
2013-02-07 02:15:15 | mrabarnett | link | issue17047 messages |
2013-02-07 02:15:11 | mrabarnett | create | |
|