diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-31 10:03:18 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-10-31 10:03:18 (GMT) |
commit | f9c7c3641bc1b2f71806a9aebcb4925ed555db99 (patch) | |
tree | 8cc567266843b5b956ad001c02f73866ed7cf6f7 /Doc/data | |
parent | 796c443f3db6bcc18c012924d376e0bc9aac8c29 (diff) | |
parent | 4deb16dd7585582276714cae2d98b55db7fe6568 (diff) | |
download | cpython-f9c7c3641bc1b2f71806a9aebcb4925ed555db99.zip cpython-f9c7c3641bc1b2f71806a9aebcb4925ed555db99.tar.gz cpython-f9c7c3641bc1b2f71806a9aebcb4925ed555db99.tar.bz2 |
Merge: Remove already dropped function PySys_GetFile from documentation.
Thanks to Daniel Müllner from docs@
Diffstat (limited to 'Doc/data')
-rw-r--r-- | Doc/data/refcounts.dat | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Doc/data/refcounts.dat b/Doc/data/refcounts.dat index a1004ad..fac89af 100644 --- a/Doc/data/refcounts.dat +++ b/Doc/data/refcounts.dat @@ -1315,10 +1315,6 @@ PySys_AddWarnOption:char*:s:: PySys_AddXOption:void::: PySys_AddXOption:const wchar_t*:s:: -PySys_GetFile:FILE*::: -PySys_GetFile:char*:name:: -PySys_GetFile:FILE*:def:: - PySys_GetObject:PyObject*::0: PySys_GetObject:char*:name:: |