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 ezio.melotti, larry, mrabarnett, serhiy.storchaka
Date 2014-01-06.16:36:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455556.BT0J5S8uBO@raxxla>
In-reply-to <1389025027.88.0.729983204414.issue20148@psf.upfronthosting.co.za>
Content
> Maybe we could use a better literal value?  Like 2**31 - 1?

This only a placeholder. It will be replaced by named constant in final patch. 
2**31 - 1 is not better here than any other arbitrary value.

> I don't understand the pydoc thing.  Can you elaborate?

Pydoc for _sre.compile doesn't output signature and docstring, but only 
mentioned above line. There is similar issue in audioop module (issue20133) 
for the ratecv function.
History
Date User Action Args
2014-01-06 16:36:10serhiy.storchakasetrecipients: + serhiy.storchaka, larry, ezio.melotti, mrabarnett
2014-01-06 16:36:10serhiy.storchakalinkissue20148 messages
2014-01-06 16:36:10serhiy.storchakacreate