diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-02 19:38:46 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-02 19:38:46 (GMT) |
commit | 4700d86488bc675713802e380ccd9378774d7e92 (patch) | |
tree | 2659469805e659240c824918053fc1dd6e8a18fd /Misc/NEWS | |
parent | b93626404cf5d8f9c39082de6fd7f1d048996980 (diff) | |
parent | 3c35fdb8fbf72c750ab19036b6145751ccbec856 (diff) | |
download | cpython-4700d86488bc675713802e380ccd9378774d7e92.zip cpython-4700d86488bc675713802e380ccd9378774d7e92.tar.gz cpython-4700d86488bc675713802e380ccd9378774d7e92.tar.bz2 |
Merge from 3.6.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |