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 mark.dickinson
Recipients gregory.p.smith, mark.dickinson, vstinner
Date 2008-11-10.14:34:04
SpamBayes Score 4.9453766e-09
Marked as misclassified No
Message-id <1226327645.45.0.896012018526.issue4294@psf.upfronthosting.co.za>
In-reply-to
Content
> Same: it's better to write a separated patch.

Agreed.

Unfortunately, I think all of this is going to have to wait for Python 
3.0 to be released before we can consider committing anything.  The 
first step is to commit the pure bugfixes (missing casts, etc.).  I 
suppose we *could* do this for 2.6.1/2.7 now, but it seems safer to make 
all the changes in the 2.x and 3.x branches simultaneously.

By the way, I think we can also get rid of wdigit---it can be safely 
replaced by digit everywhere, as far as I can tell.
History
Date User Action Args
2008-11-10 14:34:05mark.dickinsonsetrecipients: + mark.dickinson, gregory.p.smith, vstinner
2008-11-10 14:34:05mark.dickinsonsetmessageid: <1226327645.45.0.896012018526.issue4294@psf.upfronthosting.co.za>
2008-11-10 14:34:04mark.dickinsonlinkissue4294 messages
2008-11-10 14:34:04mark.dickinsoncreate