summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS3
-rw-r--r--Misc/python.man2
3 files changed, 5 insertions, 1 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index b8e5881..70a42e2 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -978,6 +978,7 @@ Frank J. Tobin
Bennett Todd
R Lindsay Todd
Eugene Toder
+Erik Tollerud
Matias Torchinsky
Sandro Tosi
Richard Townsend
diff --git a/Misc/NEWS b/Misc/NEWS
index 14bf253..5132f8c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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