]> granicus.if.org Git - python/commitdiff
Sync NEWS (re removed inspect.getargspec and inspect.getmoduleinfo)
authorYury Selivanov <yselivanov@sprymix.com>
Thu, 23 Jul 2015 14:51:34 +0000 (17:51 +0300)
committerYury Selivanov <yselivanov@sprymix.com>
Thu, 23 Jul 2015 14:51:34 +0000 (17:51 +0300)
Doc/whatsnew/3.6.rst
Misc/NEWS

index c881d30982502aa55a6fe013de122b5054169d36..3f83f192f1d202c0b31b444fe5a340c27b5f0180 100644 (file)
@@ -148,7 +148,7 @@ API and Feature Removals
 * ``inspect.getargspec()`` was removed (was deprecated since CPython 3.0).
   :func:`inspect.getfullargspec` is an almost drop in replacement.
 
-* ``inspect.getmoduleinfo`` was removed (was deprecated since CPython 3.3).
+* ``inspect.getmoduleinfo()`` was removed (was deprecated since CPython 3.3).
   :func:`inspect.getmodulename` should be used for obtaining the module
   name for a given path.
 
index b68f8a89caf6ed50c98b67e5def0d36fd0b00253..d433b95a78adbe7ea690c1e2f27a766dad17bed6 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -27,6 +27,9 @@ Library
 - Issue #23661: unittest.mock side_effects can now be exceptions again. This
   was a regression vs Python 3.4. Patch from Ignacio Rossi
 
+- Issue #13248: Remove deprecated inspect.getargspec and inspect.getmoduleinfo
+  functions.
+
 
 What's New in Python 3.5.0 beta 4?
 ==================================