New submission from Georg Brandl <ge...@python.org>:

Currently, the atexit docs state

"The order in which the functions are called is not defined" in the 
introduction and

"all functions registered are called in last in, first out order" in the docs 
of the atexit() function.

While the latter is correct, I don't think we should guarantee that behaviour 
by documenting it.  Suggestions?

----------
assignee: docs@python
components: Documentation
messages: 164454
nosy: docs@python, georg.brandl, loewis, pitrou
priority: normal
severity: normal
status: open
title: atexit: guarantee order of execution of registered functions?
versions: Python 2.7, Python 3.2, Python 3.3

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15233>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to