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 alexandre.vassalotti, amaury.forgeotdarc, christian.heimes, eric.smith, gvanrossum, mark.dickinson, nascheme, noam, preston, rhettinger, tim.peters
Date 2009-04-07.12:53:51
SpamBayes Score 4.717733e-08
Marked as misclassified No
Message-id <1239108834.29.0.210584761823.issue1580@psf.upfronthosting.co.za>
In-reply-to
Content
Those three missing files have now been added to Rietveld.

Just for reference, in case anyone else encounters this: the reason those 
files were missing from the initial upload was that after I svn merge'd 
from py3k-short-float-repr to py3k, those files were being treated (by 
svn) as *copies* from py3k-short-float-repr, rather than new files, so svn 
diff didn't show any output for them.  Doing:

svn revert Python/dtoa.c
svn add Python/dtoa.c

(and similarly for the other two files) fixed this.
History
Date User Action Args
2009-04-07 12:53:54mark.dickinsonsetrecipients: + mark.dickinson, gvanrossum, tim.peters, nascheme, rhettinger, amaury.forgeotdarc, eric.smith, christian.heimes, alexandre.vassalotti, noam, preston
2009-04-07 12:53:54mark.dickinsonsetmessageid: <1239108834.29.0.210584761823.issue1580@psf.upfronthosting.co.za>
2009-04-07 12:53:52mark.dickinsonlinkissue1580 messages
2009-04-07 12:53:52mark.dickinsoncreate