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 docs@python, eric.smith, lemburg, mark.dickinson, martin.panter, serhiy.storchaka, stutzbach
Date 2016-12-18.11:13:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1482059592.43.0.445617832898.issue29004@psf.upfronthosting.co.za>
In-reply-to
Content
If document the polynomial for crc_hqx, maybe document it for crc32 and adler32?

Wouldn't be better to write the formula as *x*\ :sup:`16` + *x*\ :sup:`12 + *x*\ :sup:`5` + 1 ?
History
Date User Action Args
2016-12-18 11:13:12serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, mark.dickinson, eric.smith, stutzbach, docs@python, martin.panter
2016-12-18 11:13:12serhiy.storchakasetmessageid: <1482059592.43.0.445617832898.issue29004@psf.upfronthosting.co.za>
2016-12-18 11:13:12serhiy.storchakalinkissue29004 messages
2016-12-18 11:13:12serhiy.storchakacreate