diff options
author | Éric Araujo <merwok@netwok.org> | 2011-11-29 16:14:27 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2011-11-29 16:14:27 (GMT) |
commit | c8e032006a608f14f9463f06f4d466fd367b37f3 (patch) | |
tree | feb41266b17d36bf1f47c438db5cac11eb696d16 /Misc | |
parent | aa35b0032235b6b935da0f08f79bba7296ced5fc (diff) | |
parent | a74f8ef419d2c7c5f398a80165f8d8fd5e4d7b8e (diff) | |
download | cpython-c8e032006a608f14f9463f06f4d466fd367b37f3.zip cpython-c8e032006a608f14f9463f06f4d466fd367b37f3.tar.gz cpython-c8e032006a608f14f9463f06f4d466fd367b37f3.tar.bz2 |
Merge 3.2
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 3 | ||||
-rw-r--r-- | Misc/python.man | 2 |
3 files changed, 5 insertions, 1 deletions
@@ -978,6 +978,7 @@ Frank J. Tobin Bennett Todd R Lindsay Todd Eugene Toder +Erik Tollerud Matias Torchinsky Sandro Tosi Richard Townsend @@ -399,6 +399,9 @@ Core and Builtins Library ------- +- Issue #13487: Make inspect.getmodule robust against changes done to + sys.modules while it is iterating over it. + - Issue #12618: Fix a bug that prevented py_compile from creating byte compiled files in the current directory. Initial patch by Sjoerd de Vries. diff --git a/Misc/python.man b/Misc/python.man index 1b37d0c..eaa3ec7 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -409,7 +409,7 @@ Main website: http://www.python.org/ .br Documentation: http://docs.python.org/py3k/ .br -Developer resources: http://www.python.org/dev/ +Developer resources: http://docs.python.org/devguide/ .br Downloads: http://python.org/download/ .br |