Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 712d2b4

Browse files
committed
Add missing attributions.
1 parent 8d09cb2 commit 712d2b4

1 file changed

Lines changed: 16 additions & 2 deletions

File tree

Doc/whatsnew/3.2.rst

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1071,6 +1071,8 @@ for slice notation are well-suited to in-place editing::
10711071
b'X7899 warehouse Reserve cog ' ->
10721072
b'L6988 receiving Primary sprocket'
10731073

1074+
(Contributed by Antoine Pitrou in :issue:`5506`.)
1075+
10741076
reprlib
10751077
-------
10761078

@@ -1268,6 +1270,8 @@ popen
12681270
The :func:`os.popen` and :func:`subprocess.Popen` functions now support
12691271
:keyword:`with` statements for auto-closing of the file descriptors.
12701272

1273+
(Contributed by Antoine Pitrou in :issue:`7461`.)
1274+
12711275
select
12721276
------
12731277

@@ -1280,7 +1284,7 @@ for writing.
12801284
>>> select.PIPE_BUF
12811285
512
12821286

1283-
(Available on Unix systems.)
1287+
(Available on Unix systems. Patch by Sébastien Sablé in :issue:`85554`)
12841288

12851289
gzip and zipfile
12861290
----------------
@@ -1350,6 +1354,8 @@ function can return *None*::
13501354
-rw-r--r-- monty/501 124 2011-01-26 17:59:11 py_todo.txt
13511355
-rw-r--r-- monty/501 1399 2011-01-26 17:59:11 semaphore_notes.txt
13521356

1357+
(Proposed by Tarek Ziadé and implemented by Lars Gustäbel in :issue:`6856`.)
1358+
13531359
hashlib
13541360
-------
13551361

@@ -1394,6 +1400,8 @@ strings, bytes, numbers, tuples, lists, dicts, sets, booleans, and None.
13941400
...
13951401
ValueError: malformed node or string: <_ast.Call object at 0x101739a10>
13961402

1403+
(Implemented by Georg Brandl.)
1404+
13971405
os
13981406
--
13991407

@@ -1414,6 +1422,7 @@ For direct access to unencoded environment variables (if available),
14141422
use the new :func:`os.getenvb` function or use :data:`os.environb`
14151423
which is a bytes version of :data:`os.environ`.
14161424

1425+
(Contributed by Victor Stinner.)
14171426

14181427
shutil
14191428
------
@@ -1583,7 +1592,6 @@ the new :mod:`imaplib.IMAP4.starttls` method.
15831592

15841593
.. XXX sys._xoptions http://bugs.python.org/issue10089
15851594
.. XXX perhaps add issue numbers back to datetime
1586-
.. XXX more research on attributions
15871595
.. XXX Mac OS fixes and remaining issues
15881596
.. XXX Mailbox fixes and remaining issues
15891597
.. XXX HTTP client now using latin-1
@@ -1858,6 +1866,8 @@ command-line::
18581866
$ python -m site --user-site
18591867
/Users/raymondhettinger/.local/lib/python3.2/site-packages
18601868

1869+
(Contributed by Tarek Ziadé.)
1870+
18611871
sysconfig
18621872
---------
18631873

@@ -1919,6 +1929,8 @@ There is also a convenient command-line interface::
19191929
srcdir = "C:\Python32"
19201930
userbase = "C:\Documents and Settings\Raymond\Application Data\Python"
19211931

1932+
(Moved out of Distutils by Tarek Ziadé.)
1933+
19221934
pdb
19231935
---
19241936

@@ -2083,6 +2095,7 @@ from the command-line::
20832095

20842096
$ python -m turtledemo
20852097

2098+
(Moved from the Demo directory by Alexander Belopolsky in :issue:`10199`.)
20862099

20872100
Multi-threading
20882101
===============
@@ -2243,6 +2256,7 @@ In some cases, the pure Python source code can be a helpful adjunct to the
22432256
documentation, so now many modules now feature quick links to the latest version
22442257
of the source code. For example, the :mod:`functools` module documentation has
22452258
a quick link at the top labeled: **Source code** :source:`Lib/functools.py`.
2259+
(Contributed by Raymond Hettinger.)
22462260

22472261
The docs now contain more examples and recipes. In particular, :mod:`re` module
22482262
has an extensive section, :ref:`re-examples`. Likewise, the :mod:`itertools`

0 commit comments

Comments
 (0)