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 terry.reedy
Recipients docs@python, steven.daprano, terry.reedy
Date 2016-03-21.02:47:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1458528477.98.0.896382458836.issue26597@psf.upfronthosting.co.za>
In-reply-to
Content
Either a new page under 'Meta' or combined with 'Copyright'.

For future reference, sys has multiple information constants and functions.  Indeed, 'copyright' is an alias for sys.copyright, added by the site module.  Sys would, I think, be the best place to put a citation() function, should you propose one.  It would then be indexed, but not intrusive on startup.
History
Date User Action Args
2016-03-21 02:47:58terry.reedysetrecipients: + terry.reedy, steven.daprano, docs@python
2016-03-21 02:47:57terry.reedysetmessageid: <1458528477.98.0.896382458836.issue26597@psf.upfronthosting.co.za>
2016-03-21 02:47:57terry.reedylinkissue26597 messages
2016-03-21 02:47:56terry.reedycreate