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 lemburg
Recipients belopolsky, lemburg
Date 2009-01-02.15:51:54
SpamBayes Score 3.9145027e-05
Marked as misclassified No
Message-id <1230911514.91.0.0936643511762.issue4805@psf.upfronthosting.co.za>
In-reply-to
Content
Moving declarations into header files is not really in line with the way
Python developers use header files:

We usually only put code into header files that is meant for public use. 

Buy putting declarations into the header files without additional
warning, you implicitly document them and make them usable in
non-interpreter code.
History
Date User Action Args
2009-01-02 15:51:55lemburgsetrecipients: + lemburg, belopolsky
2009-01-02 15:51:54lemburgsetmessageid: <1230911514.91.0.0936643511762.issue4805@psf.upfronthosting.co.za>
2009-01-02 15:51:54lemburglinkissue4805 messages
2009-01-02 15:51:54lemburgcreate