summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-12-02 19:38:46 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-12-02 19:38:46 (GMT)
commit4700d86488bc675713802e380ccd9378774d7e92 (patch)
tree2659469805e659240c824918053fc1dd6e8a18fd /Misc/NEWS
parentb93626404cf5d8f9c39082de6fd7f1d048996980 (diff)
parent3c35fdb8fbf72c750ab19036b6145751ccbec856 (diff)
downloadcpython-4700d86488bc675713802e380ccd9378774d7e92.zip
cpython-4700d86488bc675713802e380ccd9378774d7e92.tar.gz
cpython-4700d86488bc675713802e380ccd9378774d7e92.tar.bz2
Merge from 3.6.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2d5b6bd..d9b7ed6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -160,6 +160,11 @@ Core and Builtins
Library
-------
+- Issue #27172: To assist with upgrades from 2.7, the previously documented
+ deprecation of ``inspect.getfullargspec()`` has been reversed. This decision
+ may be revisited again after the Python 2.7 branch is no longer officially
+ supported.
+
- Issue #28740: Add sys.getandroidapilevel(): return the build time API version
of Android as an integer. Function only available on Android.