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 serhiy.storchaka
Recipients eric.smith, ncoghlan, python-dev, r.david.murray, serhiy.storchaka, vstinner
Date 2016-12-06.16:25:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481041503.59.0.230348336524.issue28838@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, you have mixed up comments! In headers descriptions are written after function declarations. You have moved some comments and now some descriptions are placed below the corresponding declaration, and some descriptions are placed above. Now it is not clear to what function every comment is related.

You should either revert your changes or change *all* headers by moving *all* descriptions above corresponding declarations. That would be very large patch, and I doubt it will be approved.

Please don't make such large changes without a review.
History
Date User Action Args
2016-12-06 16:25:03serhiy.storchakasetrecipients: + serhiy.storchaka, ncoghlan, vstinner, eric.smith, r.david.murray, python-dev
2016-12-06 16:25:03serhiy.storchakasetmessageid: <1481041503.59.0.230348336524.issue28838@psf.upfronthosting.co.za>
2016-12-06 16:25:03serhiy.storchakalinkissue28838 messages
2016-12-06 16:25:03serhiy.storchakacreate