b'X7899 warehouse Reserve cog ' ->
b'L6988 receiving Primary sprocket'
+(Contributed by Antoine Pitrou in :issue:`5506`.)
+
reprlib
-------
The :func:`os.popen` and :func:`subprocess.Popen` functions now support
:keyword:`with` statements for auto-closing of the file descriptors.
+(Contributed by Antoine Pitrou in :issue:`7461`.)
+
select
------
>>> select.PIPE_BUF
512
-(Available on Unix systems.)
+(Available on Unix systems. Patch by Sébastien Sablé in :issue:`85554`)
gzip and zipfile
----------------
-rw-r--r-- monty/501 124 2011-01-26 17:59:11 py_todo.txt
-rw-r--r-- monty/501 1399 2011-01-26 17:59:11 semaphore_notes.txt
+(Proposed by Tarek Ziadé and implemented by Lars Gustäbel in :issue:`6856`.)
+
hashlib
-------
...
ValueError: malformed node or string: <_ast.Call object at 0x101739a10>
+(Implemented by Georg Brandl.)
+
os
--
use the new :func:`os.getenvb` function or use :data:`os.environb`
which is a bytes version of :data:`os.environ`.
+(Contributed by Victor Stinner.)
shutil
------
.. XXX sys._xoptions http://bugs.python.org/issue10089
.. XXX perhaps add issue numbers back to datetime
-.. XXX more research on attributions
.. XXX Mac OS fixes and remaining issues
.. XXX Mailbox fixes and remaining issues
.. XXX HTTP client now using latin-1
$ python -m site --user-site
/Users/raymondhettinger/.local/lib/python3.2/site-packages
+(Contributed by Tarek Ziadé.)
+
sysconfig
---------
srcdir = "C:\Python32"
userbase = "C:\Documents and Settings\Raymond\Application Data\Python"
+(Moved out of Distutils by Tarek Ziadé.)
+
pdb
---
$ python -m turtledemo
+(Moved from the Demo directory by Alexander Belopolsky in :issue:`10199`.)
Multi-threading
===============
documentation, so now many modules now feature quick links to the latest version
of the source code. For example, the :mod:`functools` module documentation has
a quick link at the top labeled: **Source code** :source:`Lib/functools.py`.
+(Contributed by Raymond Hettinger.)
The docs now contain more examples and recipes. In particular, :mod:`re` module
has an extensive section, :ref:`re-examples`. Likewise, the :mod:`itertools`