Message85698
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. |
|
| Date |
User |
Action |
Args |
| 2009-04-07 12:53:54 | mark.dickinson | set | recipients:
+ mark.dickinson, gvanrossum, tim.peters, nascheme, rhettinger, amaury.forgeotdarc, eric.smith, christian.heimes, alexandre.vassalotti, noam, preston |
| 2009-04-07 12:53:54 | mark.dickinson | set | messageid: <[email protected]> |
| 2009-04-07 12:53:52 | mark.dickinson | link | issue1580 messages |
| 2009-04-07 12:53:52 | mark.dickinson | create | |
|