[issue10994] implementation details in sys module

Maciej Fijalkowski report at bugs.python.org
Mon Jan 24 14:43:40 CET 2011


New submission from Maciej Fijalkowski <fijall at gmail.com>:

sys module documentation (as it is online) has some things that in my opinion should be marked as implementation details, but are not. Feel free to counter why not. 

Some of them has info it should be used for specialized purposes only, but IMO it's not the same as not mandatory for other implementations.

Temporary list:

_clear_type_cache

dllhandle

getrefcount

getdlopenflags (?)

getsizeof - it might be not well defined on other implementations

setdlopenflags

api_version

----------
assignee: docs at python
components: Documentation
messages: 126925
nosy: docs at python, fijall
priority: normal
severity: normal
status: open
title: implementation details in sys module
type: behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10994>
_______________________________________


More information about the Python-bugs-list mailing list