➜

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.

作者 mark.dickinson
收信人 Arfrever, doko, loewis, mark.dickinson, rpetrov, vstinner
日期 2010-05-11.10:23:17
SpamBayes Score 0.018974531
Marked as misclassified 否
Message-id <1273573400.24.0.82170315933.issue8510@psf.upfronthosting.co.za>
In-reply-to
内容
Just double checked that r80969 didn't introduce any other non-whitespace changes: apart from the now-fixed OS X 10.5 SDK issue), the only other non-whitespace change was:

@@ -7018,7 +7023,7 @@
 int
 main ()
 {
-long double x; x = (long double)0.;
+long double x; x = (long double)0;
   ;
   return 0;
 }

which looks harmless to me.
历史
日期 用户 动作 参数
2010-05-11 10:23:20mark.dickinson修改recipients: + mark.dickinson, loewis, doko, vstinner, rpetrov, Arfrever
2010-05-11 10:23:20mark.dickinson修改messageid: <1273573400.24.0.82170315933.issue8510@psf.upfronthosting.co.za>
2010-05-11 10:23:18mark.dickinson链接issue8510 messages
2010-05-11 10:23:17mark.dickinson创建