This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author eric.araujo
Recipients eric.araujo
Date 2011-06-09.15:49:10
SpamBayes Score 0.012423898
Marked as misclassified No
Message-id <1307634551.41.0.658857259056.issue12297@psf.upfronthosting.co.za>
In-reply-to
Content
I wanted to know the behavior of atexit.register with the same function added more than once and found out it is not explicitly documented.  I experimented and made a patch to the doc.
History
Date User Action Args
2011-06-09 15:49:11eric.araujosetrecipients: + eric.araujo
2011-06-09 15:49:11eric.araujosetmessageid: <1307634551.41.0.658857259056.issue12297@psf.upfronthosting.co.za>
2011-06-09 15:49:10eric.araujolinkissue12297 messages
2011-06-09 15:49:10eric.araujocreate